pub struct ExcLayer<Req> { /* private fields */ }Expand description
Exc layer.
Trait Implementations
Auto Trait Implementations
impl<Req> RefUnwindSafe for ExcLayer<Req>
impl<Req> Send for ExcLayer<Req>
impl<Req> Sync for ExcLayer<Req>
impl<Req> Unpin for ExcLayer<Req>
impl<Req> UnwindSafe for ExcLayer<Req>
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