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