pub struct AwarenessUpdate { /* private fields */ }Expand description
A structure that represents an encodable state of an Awareness struct.
Trait Implementations§
Source§impl Debug for AwarenessUpdate
impl Debug for AwarenessUpdate
Source§impl Decode for AwarenessUpdate
impl Decode for AwarenessUpdate
Source§impl Encode for AwarenessUpdate
impl Encode for AwarenessUpdate
Source§impl PartialEq for AwarenessUpdate
impl PartialEq for AwarenessUpdate
impl Eq for AwarenessUpdate
impl StructuralPartialEq for AwarenessUpdate
Auto Trait Implementations§
impl Freeze for AwarenessUpdate
impl RefUnwindSafe for AwarenessUpdate
impl Send for AwarenessUpdate
impl Sync for AwarenessUpdate
impl Unpin for AwarenessUpdate
impl UnwindSafe for AwarenessUpdate
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