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