Struct Suback
pub struct Suback;Expand description
Constraint marker for SUBACK packet properties.
Trait Implementations§
§impl PropertyConstraint for Suback
impl PropertyConstraint for Suback
§const ALLOWED: PropertyIdSet
const ALLOWED: PropertyIdSet
The set of
PropertyIds that are permitted under this constraint.impl Copy for Suback
impl Eq for Suback
impl StructuralPartialEq for Suback
Auto Trait Implementations§
impl Freeze for Suback
impl RefUnwindSafe for Suback
impl Send for Suback
impl Sync for Suback
impl Unpin for Suback
impl UnwindSafe for Suback
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