pub struct EasyEditPage<'a> {
pub form_title: &'a str,
pub pattern: TrafficPatternRequest,
pub key: String,
}Fields§
§form_title: &'a str§pattern: TrafficPatternRequest§key: StringImplementations§
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 more