pub struct OneIndexed;
Trait Implementations§
Source§impl Debug for OneIndexed
impl Debug for OneIndexed
Source§impl Hash for OneIndexed
impl Hash for OneIndexed
Source§impl Ord for OneIndexed
impl Ord for OneIndexed
Source§fn cmp(&self, other: &OneIndexed) -> Ordering
fn cmp(&self, other: &OneIndexed) -> 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 OneIndexed
impl PartialEq for OneIndexed
Source§impl PartialOrd for OneIndexed
impl PartialOrd for OneIndexed
impl Eq for OneIndexed
impl Indexed for OneIndexed
impl StructuralPartialEq for OneIndexed
Auto Trait Implementations§
impl Freeze for OneIndexed
impl RefUnwindSafe for OneIndexed
impl Send for OneIndexed
impl Sync for OneIndexed
impl Unpin for OneIndexed
impl UnwindSafe for OneIndexed
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