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
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 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