pub enum NonEmpty {}
Expand description
Length marker for range known to not be empty.
Trait Implementations§
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