pub struct NoContainer;Expand description
A type that represents no container, just the value itself.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoContainer
impl RefUnwindSafe for NoContainer
impl Send for NoContainer
impl Sync for NoContainer
impl Unpin for NoContainer
impl UnwindSafe for NoContainer
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