pub struct AlreadyTerminated;Expand description
An error indicator when a connection has been already terminated.
Trait Implementations§
Source§impl Clone for AlreadyTerminated
impl Clone for AlreadyTerminated
Source§fn clone(&self) -> AlreadyTerminated
fn clone(&self) -> AlreadyTerminated
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlreadyTerminated
impl Debug for AlreadyTerminated
Source§impl Display for AlreadyTerminated
impl Display for AlreadyTerminated
Source§impl Error for AlreadyTerminated
impl Error for AlreadyTerminated
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 Hash for AlreadyTerminated
impl Hash for AlreadyTerminated
Source§impl Ord for AlreadyTerminated
impl Ord for AlreadyTerminated
Source§fn cmp(&self, other: &AlreadyTerminated) -> Ordering
fn cmp(&self, other: &AlreadyTerminated) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AlreadyTerminated
impl PartialEq for AlreadyTerminated
Source§impl PartialOrd for AlreadyTerminated
impl PartialOrd for AlreadyTerminated
impl Copy for AlreadyTerminated
impl Eq for AlreadyTerminated
impl StructuralPartialEq for AlreadyTerminated
Auto Trait Implementations§
impl Freeze for AlreadyTerminated
impl RefUnwindSafe for AlreadyTerminated
impl Send for AlreadyTerminated
impl Sync for AlreadyTerminated
impl Unpin for AlreadyTerminated
impl UnwindSafe for AlreadyTerminated
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