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