pub struct NonEmpty;
Trait Implementations§
impl Eq for NonEmpty
impl StructuralPartialEq for NonEmpty
Auto Trait Implementations§
impl Freeze for NonEmpty
impl RefUnwindSafe for NonEmpty
impl Send for NonEmpty
impl Sync for NonEmpty
impl Unpin for NonEmpty
impl UnwindSafe for NonEmpty
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