pub struct SocketError;
Expand description
Get and clear the pending socket error.
Trait Implementations
sourceimpl Clone for SocketError
impl Clone for SocketError
sourcefn clone(&self) -> SocketError
fn clone(&self) -> SocketError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SocketError
impl Debug for SocketError
sourceimpl GetSockOpt for SocketError
impl GetSockOpt for SocketError
sourceimpl Hash for SocketError
impl Hash for SocketError
sourceimpl PartialEq<SocketError> for SocketError
impl PartialEq<SocketError> for SocketError
sourcefn eq(&self, other: &SocketError) -> bool
fn eq(&self, other: &SocketError) -> bool
impl Copy for SocketError
impl Eq for SocketError
impl StructuralEq for SocketError
impl StructuralPartialEq for SocketError
Auto Trait Implementations
impl RefUnwindSafe for SocketError
impl Send for SocketError
impl Sync for SocketError
impl Unpin for SocketError
impl UnwindSafe for SocketError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more