pub struct IntervalOp;Expand description
Marker struct.
Auto Trait Implementations§
impl Freeze for IntervalOp
impl RefUnwindSafe for IntervalOp
impl Send for IntervalOp
impl Sync for IntervalOp
impl Unpin for IntervalOp
impl UnsafeUnpin for IntervalOp
impl UnwindSafe for IntervalOp
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