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