pub struct ProcessTime;
Trait Implementations§
Source§impl Default for ProcessTime
impl Default for ProcessTime
Source§fn default() -> ProcessTime
fn default() -> ProcessTime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessTime
impl RefUnwindSafe for ProcessTime
impl Send for ProcessTime
impl Sync for ProcessTime
impl Unpin for ProcessTime
impl UnwindSafe for ProcessTime
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