pub enum TransportMsgHeaderError {
InvalidVersion,
InvalidRoute,
TooSmall,
}Variants§
Trait Implementations§
Source§impl Debug for TransportMsgHeaderError
impl Debug for TransportMsgHeaderError
Source§impl PartialEq for TransportMsgHeaderError
impl PartialEq for TransportMsgHeaderError
Source§fn eq(&self, other: &TransportMsgHeaderError) -> bool
fn eq(&self, other: &TransportMsgHeaderError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TransportMsgHeaderError
impl StructuralPartialEq for TransportMsgHeaderError
Auto Trait Implementations§
impl Freeze for TransportMsgHeaderError
impl RefUnwindSafe for TransportMsgHeaderError
impl Send for TransportMsgHeaderError
impl Sync for TransportMsgHeaderError
impl Unpin for TransportMsgHeaderError
impl UnsafeUnpin for TransportMsgHeaderError
impl UnwindSafe for TransportMsgHeaderError
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