Struct mcaptcha::pages::panel::sitekey::add::EasyIndexPage [−][src]
pub struct EasyIndexPage<'a> {
pub form_description: &'a str,
pub form_title: &'a str,
pub peak_sustainable_traffic: Option<usize>,
pub avg_traffic: Option<usize>,
pub broke_my_site_traffic: Option<usize>,
}Fields
form_description: &'a strform_title: &'a strpeak_sustainable_traffic: Option<usize>avg_traffic: Option<usize>broke_my_site_traffic: Option<usize>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for EasyIndexPage<'a>
impl<'a> Send for EasyIndexPage<'a>
impl<'a> Sync for EasyIndexPage<'a>
impl<'a> Unpin for EasyIndexPage<'a>
impl<'a> UnwindSafe for EasyIndexPage<'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