Struct Unsuback
pub struct Unsuback;Expand description
Constraint marker for UNSUBACK packet properties.
Trait Implementations§
§impl PropertyConstraint for Unsuback
impl PropertyConstraint for Unsuback
§const ALLOWED: PropertyIdSet
const ALLOWED: PropertyIdSet
The set of
PropertyIds that are permitted under this constraint.impl Copy for Unsuback
impl 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