pub struct HourOfDay(/* private fields */);Implementations§
Trait Implementations§
Source§impl PartialOrd for HourOfDay
impl PartialOrd for HourOfDay
impl Eq for HourOfDay
impl StructuralPartialEq for HourOfDay
Auto Trait Implementations§
impl Freeze for HourOfDay
impl RefUnwindSafe for HourOfDay
impl Send for HourOfDay
impl Sync for HourOfDay
impl Unpin for HourOfDay
impl UnwindSafe for HourOfDay
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