pub struct ChainRoot;Implementations§
Source§impl ChainRoot
impl ChainRoot
pub fn get<H2>( self, path: &'static str, handler: H2, ) -> ChainHandler<H2, ChainRoot>
pub fn post<H2>( self, path: &'static str, handler: H2, ) -> ChainHandler<H2, ChainRoot>
pub fn put<H2>( self, path: &'static str, handler: H2, ) -> ChainHandler<H2, ChainRoot>
pub fn delete<H2>( self, path: &'static str, handler: H2, ) -> ChainHandler<H2, ChainRoot>
pub fn request<H2>( self, path: &'static str, method: Method, handler: H2, ) -> ChainHandler<H2, ChainRoot>
Auto Trait Implementations§
impl Freeze for ChainRoot
impl RefUnwindSafe for ChainRoot
impl Send for ChainRoot
impl Sync for ChainRoot
impl Unpin for ChainRoot
impl UnsafeUnpin for ChainRoot
impl UnwindSafe for ChainRoot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more