pub struct TimeSample;Implementations§
Source§impl TimeSample
impl TimeSample
Trait Implementations§
Source§impl Clone for TimeSample
impl Clone for TimeSample
Source§fn clone(&self) -> TimeSample
fn clone(&self) -> TimeSample
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Sub for TimeSample
impl Sub for TimeSample
impl Copy for TimeSample
Auto Trait Implementations§
impl Freeze for TimeSample
impl RefUnwindSafe for TimeSample
impl Send for TimeSample
impl Sync for TimeSample
impl Unpin for TimeSample
impl UnwindSafe for TimeSample
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