pub struct NoImpl;Expand description
Marker type for when no specialized implementation is available.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoImpl
impl RefUnwindSafe for NoImpl
impl Send for NoImpl
impl Sync for NoImpl
impl Unpin for NoImpl
impl UnwindSafe for NoImpl
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