pub enum TimePattern {
Point(Time),
Range(TimeRange),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimePattern
impl RefUnwindSafe for TimePattern
impl Send for TimePattern
impl Sync for TimePattern
impl Unpin for TimePattern
impl UnwindSafe for TimePattern
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