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