pub struct Pingreq { /* private fields */ }
Expand description
An MQTT PINGREQ
packet
Implementations§
Trait Implementations§
Source§impl IntoIterator for Pingreq
impl IntoIterator for Pingreq
Source§impl TryFromIterator for Pingreq
impl TryFromIterator for Pingreq
Source§fn try_from_iter<T>(iter: T) -> Result<Self, DecoderError>where
T: IntoIterator<Item = u8>,
fn try_from_iter<T>(iter: T) -> Result<Self, DecoderError>where
T: IntoIterator<Item = u8>,
Tries to build
Self
from the given byte iteratorimpl Eq for Pingreq
impl StructuralPartialEq for Pingreq
Auto Trait Implementations§
impl Freeze for Pingreq
impl RefUnwindSafe for Pingreq
impl Send for Pingreq
impl Sync for Pingreq
impl Unpin for Pingreq
impl UnwindSafe for Pingreq
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