pub struct HttpBinDispatcher { /* private fields */ }Expand description
Instantiated dispatcher for http bin
Trait Implementations§
Source§impl<S: 'static> Dispatcher<S> for HttpBinDispatcher
impl<S: 'static> Dispatcher<S> for HttpBinDispatcher
Auto Trait Implementations§
impl Freeze for HttpBinDispatcher
impl RefUnwindSafe for HttpBinDispatcher
impl Send for HttpBinDispatcher
impl Sync for HttpBinDispatcher
impl Unpin for HttpBinDispatcher
impl UnwindSafe for HttpBinDispatcher
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