pub struct EasyEditPage<'a> {
pub form_title: &'a str,
pub pattern: TrafficPatternRequest,
pub key: String,
}
Fields§
§form_title: &'a str
§pattern: TrafficPatternRequest
§key: String
Implementations§
source§impl<'a> EasyEditPage<'a>
impl<'a> EasyEditPage<'a>
pub fn new(key: String, pattern: TrafficPatternRequest) -> Self
Trait Implementations§
source§impl<'a> Clone for EasyEditPage<'a>
impl<'a> Clone for EasyEditPage<'a>
source§fn clone(&self) -> EasyEditPage<'a>
fn clone(&self) -> EasyEditPage<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> TemplateOnce for EasyEditPage<'a>
impl<'a> TemplateOnce for EasyEditPage<'a>
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult
Read moreimpl<'a> Sealed for EasyEditPage<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EasyEditPage<'a>
impl<'a> Send for EasyEditPage<'a>
impl<'a> Sync for EasyEditPage<'a>
impl<'a> Unpin for EasyEditPage<'a>
impl<'a> UnwindSafe for EasyEditPage<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more