Struct nydus_api::http::HTTP_ROUTES
source · [−]pub struct HTTP_ROUTES { /* private fields */ }Expand description
HTTP_ROUTES contain all the nydusd HTTP routes.
Trait Implementations
sourceimpl Deref for HTTP_ROUTES
impl Deref for HTTP_ROUTES
type Target = HttpRoutes
type Target = HttpRoutes
The resulting type after dereferencing.
sourcefn deref(&self) -> &HttpRoutes
fn deref(&self) -> &HttpRoutes
Dereferences the value.
impl LazyStatic for HTTP_ROUTES
Auto Trait Implementations
impl RefUnwindSafe for HTTP_ROUTES
impl Send for HTTP_ROUTES
impl Sync for HTTP_ROUTES
impl Unpin for HTTP_ROUTES
impl UnwindSafe for HTTP_ROUTES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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