pub enum NetworkError {
}
Variants§
NotInitialized
AlreadyInitialized
UnknownPeer
CannotBind
PeerListFull
RecvError
SendError
NetThreadDeallocated
OutMessageTooBig
UnexpectedResp
Decode(Error)
Uart(&'static str)
Error(&'static str)
OwnedError(String)
Other(u32)
Trait Implementations§
Source§impl Display for NetworkError
impl Display for NetworkError
Auto Trait Implementations§
impl Freeze for NetworkError
impl RefUnwindSafe for NetworkError
impl Send for NetworkError
impl Sync for NetworkError
impl Unpin for NetworkError
impl UnwindSafe for NetworkError
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