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