pub struct AwarenessUpdateEventData {
pub document_name: String,
pub awareness: Vec<u8>,
pub added: Vec<u64>,
pub updated: Vec<u64>,
pub removed: Vec<u64>,
}Fields§
§document_name: String§awareness: Vec<u8>§added: Vec<u64>§updated: Vec<u64>§removed: Vec<u64>Trait Implementations§
Source§impl Clone for AwarenessUpdateEventData
impl Clone for AwarenessUpdateEventData
Source§fn clone(&self) -> AwarenessUpdateEventData
fn clone(&self) -> AwarenessUpdateEventData
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 moreAuto Trait Implementations§
impl Freeze for AwarenessUpdateEventData
impl RefUnwindSafe for AwarenessUpdateEventData
impl Send for AwarenessUpdateEventData
impl Sync for AwarenessUpdateEventData
impl Unpin for AwarenessUpdateEventData
impl UnwindSafe for AwarenessUpdateEventData
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