Struct mcaptcha::api::v1::routes::Routes [−][src]
pub struct Routes {
pub auth: Auth,
pub account: Account,
pub levels: Levels,
pub mcaptcha: MCaptcha,
pub duration: Duration,
pub meta: Meta,
pub pow: PoW,
pub notifications: Notifications,
}
Fields
auth: Auth
account: Account
levels: Levels
mcaptcha: MCaptcha
duration: Duration
meta: Meta
pow: PoW
notifications: Notifications
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Routes
impl UnwindSafe for Routes
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