pub struct TimeValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for TimeValue
impl Ord for TimeValue
Source§impl PartialOrd for TimeValue
impl PartialOrd for TimeValue
impl Copy for TimeValue
impl Eq for TimeValue
impl StructuralPartialEq for TimeValue
Auto Trait Implementations§
impl Freeze for TimeValue
impl RefUnwindSafe for TimeValue
impl Send for TimeValue
impl Sync for TimeValue
impl Unpin for TimeValue
impl UnsafeUnpin for TimeValue
impl UnwindSafe for TimeValue
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