pub struct DurationPair { /* private fields */ }
Expand description
A pair of durations, one total and one relative
The total duration is the sum of the relative duration and the previous duration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DurationPair
impl RefUnwindSafe for DurationPair
impl Send for DurationPair
impl Sync for DurationPair
impl Unpin for DurationPair
impl UnwindSafe for DurationPair
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