pub struct Time_type { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<Duration_type> for Time_type
impl From<Duration_type> for Time_type
Source§fn from(Duration: Duration_type) -> Self
fn from(Duration: Duration_type) -> Self
Converts to this type from the input type.
Source§impl From<Time_type> for Duration_type
impl From<Time_type> for Duration_type
Source§impl Ord for Time_type
impl Ord for Time_type
Source§impl PartialOrd for Time_type
impl PartialOrd for Time_type
impl Copy for Time_type
impl Eq for Time_type
impl StructuralPartialEq for Time_type
Auto Trait Implementations§
impl Freeze for Time_type
impl RefUnwindSafe for Time_type
impl Send for Time_type
impl Sync for Time_type
impl Unpin for Time_type
impl UnwindSafe for Time_type
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