Struct Disconnect
pub struct Disconnect;Expand description
Constraint marker for DISCONNECT packet properties.
Trait Implementations§
§impl Clone for Disconnect
impl Clone for Disconnect
§fn clone(&self) -> Disconnect
fn clone(&self) -> Disconnect
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 Disconnect
impl Debug for Disconnect
§impl Hash for Disconnect
impl Hash for Disconnect
§impl PartialEq for Disconnect
impl PartialEq for Disconnect
§impl PropertyConstraint for Disconnect
impl PropertyConstraint for Disconnect
§const ALLOWED: PropertyIdSet
const ALLOWED: PropertyIdSet
The set of
PropertyIds that are permitted under this constraint.impl Copy for Disconnect
impl Eq for Disconnect
impl StructuralPartialEq for Disconnect
Auto Trait Implementations§
impl Freeze for Disconnect
impl RefUnwindSafe for Disconnect
impl Send for Disconnect
impl Sync for Disconnect
impl Unpin for Disconnect
impl UnwindSafe for Disconnect
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