pub struct PacketMap { /* private fields */ }Expand description
A map of port names to packets.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PacketMap
impl<'de> Deserialize<'de> for PacketMap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoIterator for PacketMap
impl IntoIterator for PacketMap
impl StructuralPartialEq for PacketMap
Auto Trait Implementations§
impl Freeze for PacketMap
impl RefUnwindSafe for PacketMap
impl Send for PacketMap
impl Sync for PacketMap
impl Unpin for PacketMap
impl UnwindSafe for PacketMap
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