pub struct Interval<F> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<F> !Freeze for Interval<F>
impl<F> !RefUnwindSafe for Interval<F>
impl<F> Send for Interval<F>where
F: Send,
impl<F> Sync for Interval<F>where
F: Sync,
impl<F> Unpin for Interval<F>where
F: Unpin,
impl<F> !UnwindSafe for Interval<F>
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