pub struct O128(/* private fields */);
Trait Implementations§
Source§impl Ord for O128
impl Ord for O128
Source§impl Ordinal for O128
impl Ordinal for O128
Source§type IntegerType = u128
type IntegerType = u128
This type by which this ordinal type is represented
Source§fn into0(self) -> Self::IntegerType
fn into0(self) -> Self::IntegerType
Returns the equivalent integer assuming the ordinal number is 0-based
Source§fn into1(self) -> Self::IntegerType
fn into1(self) -> Self::IntegerType
Returns the equivalent integer assuming the ordinal number is 1-based
Source§fn try_from0(t: Self::IntegerType) -> Option<Self>
fn try_from0(t: Self::IntegerType) -> Option<Self>
Tries to convert an integer to a 0-based ordinal number. Read more
Source§fn try_from1(t: Self::IntegerType) -> Option<Self>
fn try_from1(t: Self::IntegerType) -> Option<Self>
Tries to convert an integer to a 1-based ordinal number. Read more
Source§fn from0(t: Self::IntegerType) -> Self
fn from0(t: Self::IntegerType) -> Self
Converts an integer to a 0-based ordinal number. Read more
Source§fn from1(t: Self::IntegerType) -> Self
fn from1(t: Self::IntegerType) -> Self
Converts an integer to a 1-based ordinal number. Read more
Source§impl PartialOrd for O128
impl PartialOrd for O128
impl Copy for O128
impl Eq for O128
impl StructuralPartialEq for O128
Auto Trait Implementations§
impl Freeze for O128
impl RefUnwindSafe for O128
impl Send for O128
impl Sync for O128
impl Unpin for O128
impl UnwindSafe for O128
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