#[repr(transparent)]pub struct Fifth;Trait Implementations§
impl Copy for Fifth
impl Eq for Fifth
impl IntervalKind for Fifth
Source§impl Ord for Fifth
impl Ord for Fifth
1.21.0 (const: unstable) · 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 PartialOrd for Fifth
impl PartialOrd for Fifth
impl StructuralPartialEq for Fifth
Auto Trait Implementations§
impl Freeze for Fifth
impl RefUnwindSafe for Fifth
impl Send for Fifth
impl Sync for Fifth
impl Unpin for Fifth
impl UnsafeUnpin for Fifth
impl UnwindSafe for Fifth
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