pub enum BindErrorKind {
Closed,
Conflict,
}Variants§
Trait Implementations§
Source§impl Clone for BindErrorKind
impl Clone for BindErrorKind
Source§fn clone(&self) -> BindErrorKind
fn clone(&self) -> BindErrorKind
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 BindErrorKind
impl Debug for BindErrorKind
Source§impl Display for BindErrorKind
impl Display for BindErrorKind
Source§impl Error for BindErrorKind
impl Error for BindErrorKind
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 HasErrorKind<BindErrorKind> for BindErrorKind
impl HasErrorKind<BindErrorKind> for BindErrorKind
Source§impl Hash for BindErrorKind
impl Hash for BindErrorKind
Source§impl Ord for BindErrorKind
impl Ord for BindErrorKind
Source§fn cmp(&self, other: &BindErrorKind) -> Ordering
fn cmp(&self, other: &BindErrorKind) -> 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 BindErrorKind
impl PartialEq for BindErrorKind
Source§impl PartialOrd for BindErrorKind
impl PartialOrd for BindErrorKind
impl Copy for BindErrorKind
impl Eq for BindErrorKind
impl StructuralPartialEq for BindErrorKind
Auto Trait Implementations§
impl Freeze for BindErrorKind
impl RefUnwindSafe for BindErrorKind
impl Send for BindErrorKind
impl Sync for BindErrorKind
impl Unpin for BindErrorKind
impl UnwindSafe for BindErrorKind
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