Struct volo_http::handler::DynHandler
source · pub struct DynHandler<S>(/* private fields */);Trait Implementations§
source§impl<S> Clone for DynHandler<S>
impl<S> Clone for DynHandler<S>
impl<S> Send for DynHandler<S>
impl<S> Sync for DynHandler<S>
Auto Trait Implementations§
impl<S> !RefUnwindSafe for DynHandler<S>
impl<S> Unpin for DynHandler<S>
impl<S> !UnwindSafe for DynHandler<S>
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