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: Authaccount: Accountlevels: Levelsmcaptcha: MCaptchaduration: Durationmeta: Metapow: PoWnotifications: NotificationsImplementations
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