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