pub struct WrapErrorLayer;Trait Implementations§
Auto Trait Implementations§
impl Freeze for WrapErrorLayer
impl RefUnwindSafe for WrapErrorLayer
impl Send for WrapErrorLayer
impl Sync for WrapErrorLayer
impl Unpin for WrapErrorLayer
impl UnwindSafe for WrapErrorLayer
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