Enum blockless_sdk::SocketErrorKind
source · pub enum SocketErrorKind {
ConnectRefused,
ParameterError,
ConnectionReset,
AddressInUse,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SocketErrorKind
impl Send for SocketErrorKind
impl Sync for SocketErrorKind
impl Unpin for SocketErrorKind
impl UnwindSafe for SocketErrorKind
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