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