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