pub struct SessionCreatedEvent {
pub session_id: String,
pub channel_name: String,
pub data: EventData,
pub session: Option<EventData>,
}Fields§
§session_id: String§channel_name: String§data: EventData§session: Option<EventData>Trait Implementations§
Source§impl Clone for SessionCreatedEvent
impl Clone for SessionCreatedEvent
Source§fn clone(&self) -> SessionCreatedEvent
fn clone(&self) -> SessionCreatedEvent
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 SessionCreatedEvent
impl RefUnwindSafe for SessionCreatedEvent
impl Send for SessionCreatedEvent
impl Sync for SessionCreatedEvent
impl Unpin for SessionCreatedEvent
impl UnsafeUnpin for SessionCreatedEvent
impl UnwindSafe for SessionCreatedEvent
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