pub struct PacketIdentifier(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for PacketIdentifier
impl Debug for PacketIdentifier
Source§impl Encodable for PacketIdentifier
impl Encodable for PacketIdentifier
Source§impl<'buf> HeaderDecode<'buf> for PacketIdentifier
impl<'buf> HeaderDecode<'buf> for PacketIdentifier
fn decode( _flags: PacketFlags, bytes: &'buf [u8], ) -> Result<Status<(usize, Self)>, DecodeError>
Source§impl PartialEq for PacketIdentifier
impl PartialEq for PacketIdentifier
impl StructuralPartialEq for PacketIdentifier
Auto Trait Implementations§
impl Freeze for PacketIdentifier
impl RefUnwindSafe for PacketIdentifier
impl Send for PacketIdentifier
impl Sync for PacketIdentifier
impl Unpin for PacketIdentifier
impl UnwindSafe for PacketIdentifier
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