pub struct WithDeref;
Expand description
Marker for Checked
that can be converted to the inner type semi-automatically.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithDeref
impl RefUnwindSafe for WithDeref
impl Send for WithDeref
impl Sync for WithDeref
impl Unpin for WithDeref
impl UnwindSafe for WithDeref
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