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