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