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