pub struct OrdF64(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl Ord for OrdF64
impl Ord for OrdF64
Source§impl PartialOrd for OrdF64
impl PartialOrd for OrdF64
impl Copy for OrdF64
impl Eq for OrdF64
impl StructuralPartialEq for OrdF64
Auto Trait Implementations§
impl Freeze for OrdF64
impl RefUnwindSafe for OrdF64
impl Send for OrdF64
impl Sync for OrdF64
impl Unpin for OrdF64
impl UnwindSafe for OrdF64
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more