pub struct BarTime(/* private fields */);Expand description
A simple bar time label.
Implementations§
Trait Implementations§
impl Eq for BarTime
Source§impl Ord for BarTime
impl Ord for BarTime
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 BarTime
impl PartialOrd for BarTime
impl StructuralPartialEq for BarTime
Auto Trait Implementations§
impl Freeze for BarTime
impl RefUnwindSafe for BarTime
impl Send for BarTime
impl Sync for BarTime
impl Unpin for BarTime
impl UnsafeUnpin for BarTime
impl UnwindSafe for BarTime
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