pub struct Routes {
pub auth: Auth,
pub account: Account,
pub meta: Meta,
pub deploy: Deploy,
pub serve: Serve,
}
Expand description
Top-level routes data structure for V1 AP1
Fields
auth: Auth
Authentication routes
account: Account
Account routes
meta: Meta
Meta routes
deploy: Deploy
serve: Serve
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Routes
impl Send for Routes
impl Sync for Routes
impl Unpin for Routes
impl UnwindSafe for Routes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more