pub struct BeforeSendStatelessEventData {
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 BeforeSendStatelessEventData
impl Clone for BeforeSendStatelessEventData
Source§fn clone(&self) -> BeforeSendStatelessEventData
fn clone(&self) -> BeforeSendStatelessEventData
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 BeforeSendStatelessEventData
impl RefUnwindSafe for BeforeSendStatelessEventData
impl Send for BeforeSendStatelessEventData
impl Sync for BeforeSendStatelessEventData
impl Unpin for BeforeSendStatelessEventData
impl UnwindSafe for BeforeSendStatelessEventData
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