Struct mcaptcha::pages::auth::sudo::SudoPage [−][src]
pub struct SudoPage<'a, K, V> where
K: Display + Render,
V: Display + Render, {
url: &'a str,
data: Option<Vec<(K, V)>>,
}Fields
url: &'a strdata: Option<Vec<(K, V)>>Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, K, V> RefUnwindSafe for SudoPage<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> UnwindSafe for SudoPage<'a, K, V> where
K: UnwindSafe,
V: UnwindSafe,
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