pub struct AwarenessUpdateEntry { /* private fields */ }Expand description
A single client entry of an AwarenessUpdate. It consists of logical clock and JSON client state represented as a string.
Trait Implementations§
Source§impl Debug for AwarenessUpdateEntry
impl Debug for AwarenessUpdateEntry
Source§impl PartialEq for AwarenessUpdateEntry
impl PartialEq for AwarenessUpdateEntry
impl Eq for AwarenessUpdateEntry
impl StructuralPartialEq for AwarenessUpdateEntry
Auto Trait Implementations§
impl Freeze for AwarenessUpdateEntry
impl RefUnwindSafe for AwarenessUpdateEntry
impl Send for AwarenessUpdateEntry
impl Sync for AwarenessUpdateEntry
impl Unpin for AwarenessUpdateEntry
impl UnwindSafe for AwarenessUpdateEntry
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