pub struct ExclusivePoisoned;Expand description
Failure to recover a machine consumed by a panicking transition.
Trait Implementations§
Source§impl Clone for ExclusivePoisoned
impl Clone for ExclusivePoisoned
Source§fn clone(&self) -> ExclusivePoisoned
fn clone(&self) -> ExclusivePoisoned
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExclusivePoisoned
Source§impl Debug for ExclusivePoisoned
impl Debug for ExclusivePoisoned
Source§impl Display for ExclusivePoisoned
impl Display for ExclusivePoisoned
impl Eq for ExclusivePoisoned
Source§impl Error for ExclusivePoisoned
impl Error for ExclusivePoisoned
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()
Source§impl PartialEq for ExclusivePoisoned
impl PartialEq for ExclusivePoisoned
impl StructuralPartialEq for ExclusivePoisoned
Auto Trait Implementations§
impl Freeze for ExclusivePoisoned
impl RefUnwindSafe for ExclusivePoisoned
impl Send for ExclusivePoisoned
impl Sync for ExclusivePoisoned
impl Unpin for ExclusivePoisoned
impl UnsafeUnpin for ExclusivePoisoned
impl UnwindSafe for ExclusivePoisoned
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