Struct muse_reactor::ReactorShutdown
source · pub struct ReactorShutdown;Expand description
An operation could not be completed because the reactor is not running.
Trait Implementations§
source§impl Debug for ReactorShutdown
impl Debug for ReactorShutdown
Auto Trait Implementations§
impl Freeze for ReactorShutdown
impl RefUnwindSafe for ReactorShutdown
impl Send for ReactorShutdown
impl Sync for ReactorShutdown
impl Unpin for ReactorShutdown
impl UnwindSafe for ReactorShutdown
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