pub struct FnInterval<F> { /* private fields */ }Expand description
Function-based interval implementation.
Implementations§
Trait Implementations§
Source§impl<F> IntervalFunction for FnInterval<F>
impl<F> IntervalFunction for FnInterval<F>
Auto Trait Implementations§
impl<F> Freeze for FnInterval<F>where
F: Freeze,
impl<F> RefUnwindSafe for FnInterval<F>where
F: RefUnwindSafe,
impl<F> Send for FnInterval<F>where
F: Send,
impl<F> Sync for FnInterval<F>where
F: Sync,
impl<F> Unpin for FnInterval<F>where
F: Unpin,
impl<F> UnsafeUnpin for FnInterval<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for FnInterval<F>where
F: UnwindSafe,
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