Struct mcaptcha::pages::panel::sitekey::edit::EasyEditPage [−][src]
pub struct EasyEditPage<'a> {
pub form_title: &'a str,
pub pattern: TrafficPattern,
pub key: String,
}Fields
form_title: &'a strpattern: TrafficPatternkey: StringImplementations
Trait Implementations
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
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more