pub struct ZeroIndexed;
Trait Implementations§
Source§impl Debug for ZeroIndexed
impl Debug for ZeroIndexed
Source§impl Hash for ZeroIndexed
impl Hash for ZeroIndexed
Source§impl Ord for ZeroIndexed
impl Ord for ZeroIndexed
Source§fn cmp(&self, other: &ZeroIndexed) -> Ordering
fn cmp(&self, other: &ZeroIndexed) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ZeroIndexed
impl PartialEq for ZeroIndexed
Source§impl PartialOrd for ZeroIndexed
impl PartialOrd for ZeroIndexed
impl Eq for ZeroIndexed
impl Indexed for ZeroIndexed
impl StructuralPartialEq for ZeroIndexed
Auto Trait Implementations§
impl Freeze for ZeroIndexed
impl RefUnwindSafe for ZeroIndexed
impl Send for ZeroIndexed
impl Sync for ZeroIndexed
impl Unpin for ZeroIndexed
impl UnwindSafe for ZeroIndexed
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