pub enum ShutdownBarrierError {
AlreadyShutdown,
}Variants§
AlreadyShutdown
Trait Implementations§
Source§impl Debug for ShutdownBarrierError
impl Debug for ShutdownBarrierError
Source§impl Display for ShutdownBarrierError
impl Display for ShutdownBarrierError
Source§impl Error for ShutdownBarrierError
impl Error for ShutdownBarrierError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ShutdownBarrierError
impl RefUnwindSafe for ShutdownBarrierError
impl Send for ShutdownBarrierError
impl Sync for ShutdownBarrierError
impl Unpin for ShutdownBarrierError
impl UnwindSafe for ShutdownBarrierError
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