pub struct PubAckProperties {
pub reason_string: Option<String>,
pub user_properties: Vec<(String, String)>,
}
Fields§
§reason_string: Option<String>
§user_properties: Vec<(String, String)>
Implementations§
Trait Implementations§
Source§impl Clone for PubAckProperties
impl Clone for PubAckProperties
Source§fn clone(&self) -> PubAckProperties
fn clone(&self) -> PubAckProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PubAckProperties
impl Debug for PubAckProperties
Source§impl PartialEq for PubAckProperties
impl PartialEq for PubAckProperties
impl Eq for PubAckProperties
impl StructuralPartialEq for PubAckProperties
Auto Trait Implementations§
impl Freeze for PubAckProperties
impl RefUnwindSafe for PubAckProperties
impl Send for PubAckProperties
impl Sync for PubAckProperties
impl Unpin for PubAckProperties
impl UnwindSafe for PubAckProperties
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