pub struct HasTicker;Expand description
Typestate marker: a ticker has been set on the builder.
Auto Trait Implementations§
impl Freeze for HasTicker
impl RefUnwindSafe for HasTicker
impl Send for HasTicker
impl Sync for HasTicker
impl Unpin for HasTicker
impl UnsafeUnpin for HasTicker
impl UnwindSafe for HasTicker
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