Struct Unsubscribe
pub struct Unsubscribe;Expand description
Constraint marker for UNSUBSCRIBE packet properties.
Trait Implementations§
§impl Clone for Unsubscribe
impl Clone for Unsubscribe
§fn clone(&self) -> Unsubscribe
fn clone(&self) -> Unsubscribe
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Unsubscribe
impl Debug for Unsubscribe
§impl Hash for Unsubscribe
impl Hash for Unsubscribe
§impl PartialEq for Unsubscribe
impl PartialEq for Unsubscribe
§impl PropertyConstraint for Unsubscribe
impl PropertyConstraint for Unsubscribe
§const ALLOWED: PropertyIdSet
const ALLOWED: PropertyIdSet
The set of
PropertyIds that are permitted under this constraint.impl Copy for Unsubscribe
impl Eq for Unsubscribe
impl StructuralPartialEq for Unsubscribe
Auto Trait Implementations§
impl Freeze for Unsubscribe
impl RefUnwindSafe for Unsubscribe
impl Send for Unsubscribe
impl Sync for Unsubscribe
impl Unpin for Unsubscribe
impl UnwindSafe for Unsubscribe
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