pub struct Countdown {
pub durations: Vec<Interval>,
}
Fields§
§durations: Vec<Interval>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Countdown
impl RefUnwindSafe for Countdown
impl Send for Countdown
impl Sync for Countdown
impl Unpin for Countdown
impl UnwindSafe for Countdown
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