pub struct Pingresp { /* private fields */ }
Expand description
An MQTT PINGRESP
packet
Implementations§
Trait Implementations§
Source§impl IntoIterator for Pingresp
impl IntoIterator for Pingresp
Source§impl TryFromIterator for Pingresp
impl TryFromIterator for Pingresp
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 Pingresp
impl StructuralPartialEq for Pingresp
Auto Trait Implementations§
impl Freeze for Pingresp
impl RefUnwindSafe for Pingresp
impl Send for Pingresp
impl Sync for Pingresp
impl Unpin for Pingresp
impl UnwindSafe for Pingresp
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