Struct mcaptcha::pages::panel::sitekey::routes::Sitekey [−][src]
pub struct Sitekey {
pub list: &'static str,
pub add: &'static str,
pub view: &'static str,
pub edit: &'static str,
pub delete: &'static str,
}Fields
list: &'static stradd: &'static strview: &'static stredit: &'static strdelete: &'static strImplementations
Auto Trait Implementations
impl RefUnwindSafe for Sitekey
impl UnwindSafe for Sitekey
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