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