pub enum NetworkErrorKind {
ConnectionFailed(String),
ProtocolError(String),
Timeout,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkErrorKind
impl RefUnwindSafe for NetworkErrorKind
impl Send for NetworkErrorKind
impl Sync for NetworkErrorKind
impl Unpin for NetworkErrorKind
impl UnsafeUnpin for NetworkErrorKind
impl UnwindSafe for NetworkErrorKind
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