pub struct EasyEditPage<'a> {
pub form_title: &'a str,
pub pattern: TrafficPatternRequest,
pub key: String,
}Fields
form_title: &'a strpattern: TrafficPatternRequestkey: StringImplementations
sourceimpl<'a> EasyEditPage<'a>
impl<'a> EasyEditPage<'a>
pub fn new(key: String, pattern: TrafficPatternRequest) -> Self
Trait Implementations
sourceimpl<'a> Clone for EasyEditPage<'a>
impl<'a> Clone for EasyEditPage<'a>
sourcefn clone(&self) -> EasyEditPage<'a>
fn clone(&self) -> EasyEditPage<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> TemplateOnce for EasyEditPage<'a>
impl<'a> TemplateOnce for EasyEditPage<'a>
sourcefn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult Read moresourcefn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>
Render the template and append the result to
buf. 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more