Fields
range: Range<Time>open_end: boolrepeats: Option<Duration>Implementations
sourceimpl TimeSpan
impl TimeSpan
pub fn fixed_range(start: ExtendedTime, end: ExtendedTime) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeSpan
impl Send for TimeSpan
impl Sync for TimeSpan
impl Unpin for TimeSpan
impl UnwindSafe for TimeSpan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more