pub struct SessionAttachedEvent {
pub session_id: String,
pub channel_name: String,
pub data: EventData,
}Fields§
§session_id: String§channel_name: String§data: EventDataTrait Implementations§
Source§impl Clone for SessionAttachedEvent
impl Clone for SessionAttachedEvent
Source§fn clone(&self) -> SessionAttachedEvent
fn clone(&self) -> SessionAttachedEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionAttachedEvent
impl RefUnwindSafe for SessionAttachedEvent
impl Send for SessionAttachedEvent
impl Sync for SessionAttachedEvent
impl Unpin for SessionAttachedEvent
impl UnsafeUnpin for SessionAttachedEvent
impl UnwindSafe for SessionAttachedEvent
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