pub struct RelativeTimeSpan {
pub start: TimeDelta,
pub end: TimeDelta,
}Expand description
A span of time with a relative (signed) start and end.
Fields§
§start: TimeDelta§end: TimeDeltaTrait Implementations§
Auto Trait Implementations§
impl Freeze for RelativeTimeSpan
impl RefUnwindSafe for RelativeTimeSpan
impl Send for RelativeTimeSpan
impl Sync for RelativeTimeSpan
impl Unpin for RelativeTimeSpan
impl UnwindSafe for RelativeTimeSpan
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