pub struct IntervalArgs {
pub unit: IntervalUnit,
}
Fields§
§unit: IntervalUnit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntervalArgs
impl RefUnwindSafe for IntervalArgs
impl Send for IntervalArgs
impl Sync for IntervalArgs
impl Unpin for IntervalArgs
impl UnwindSafe for IntervalArgs
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