pub struct InvalidPacketType;
Trait Implementations§
Source§impl Clone for InvalidPacketType
impl Clone for InvalidPacketType
Source§fn clone(&self) -> InvalidPacketType
fn clone(&self) -> InvalidPacketType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InvalidPacketType
impl Debug for InvalidPacketType
Source§impl Display for InvalidPacketType
impl Display for InvalidPacketType
Source§impl From<InvalidPacketType> for PacketHeaderError
impl From<InvalidPacketType> for PacketHeaderError
Source§fn from(value: InvalidPacketType) -> Self
fn from(value: InvalidPacketType) -> Self
Converts to this type from the input type.
impl Copy for InvalidPacketType
Auto Trait Implementations§
impl Freeze for InvalidPacketType
impl RefUnwindSafe for InvalidPacketType
impl Send for InvalidPacketType
impl Sync for InvalidPacketType
impl Unpin for InvalidPacketType
impl UnwindSafe for InvalidPacketType
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