pub struct NoWrap;Expand description
No-op Wrap.
Trait Implementations§
impl Eq for NoWrap
impl StructuralPartialEq for NoWrap
Auto Trait Implementations§
impl Freeze for NoWrap
impl RefUnwindSafe for NoWrap
impl Send for NoWrap
impl Sync for NoWrap
impl Unpin for NoWrap
impl UnwindSafe for NoWrap
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