pub struct DeliveryStopped;Expand description
Returned when an update did not run because the delivery has stopped.
Stopping is terminal: once a delivery has stopped, every later update returns this instead of running, and the update and everything it captured are dropped outside the lock.
Trait Implementations§
Source§impl Clone for DeliveryStopped
impl Clone for DeliveryStopped
impl Copy for DeliveryStopped
Source§impl Debug for DeliveryStopped
impl Debug for DeliveryStopped
impl Eq for DeliveryStopped
Auto Trait Implementations§
impl Freeze for DeliveryStopped
impl RefUnwindSafe for DeliveryStopped
impl Send for DeliveryStopped
impl Sync for DeliveryStopped
impl Unpin for DeliveryStopped
impl UnsafeUnpin for DeliveryStopped
impl UnwindSafe for DeliveryStopped
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