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