pub struct UnsubackPacket {
pub packet_id: u16,
}Expand description
UNSUBACK packet
Fields§
§packet_id: u16Trait Implementations§
Source§impl Clone for UnsubackPacket
impl Clone for UnsubackPacket
Source§fn clone(&self) -> UnsubackPacket
fn clone(&self) -> UnsubackPacket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnsubackPacket
impl RefUnwindSafe for UnsubackPacket
impl Send for UnsubackPacket
impl Sync for UnsubackPacket
impl Unpin for UnsubackPacket
impl UnsafeUnpin for UnsubackPacket
impl UnwindSafe for UnsubackPacket
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