pub struct AlreadyInUse;Trait Implementations§
Source§impl Debug for AlreadyInUse
impl Debug for AlreadyInUse
Source§impl Display for AlreadyInUse
impl Display for AlreadyInUse
impl Eq for AlreadyInUse
Source§impl Error for AlreadyInUse
impl Error for AlreadyInUse
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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
Source§impl PartialEq for AlreadyInUse
impl PartialEq for AlreadyInUse
Source§fn eq(&self, other: &AlreadyInUse) -> bool
fn eq(&self, other: &AlreadyInUse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AlreadyInUse
Auto Trait Implementations§
impl Freeze for AlreadyInUse
impl RefUnwindSafe for AlreadyInUse
impl Send for AlreadyInUse
impl Sync for AlreadyInUse
impl Unpin for AlreadyInUse
impl UnsafeUnpin for AlreadyInUse
impl UnwindSafe for AlreadyInUse
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