pub struct SessionEndEvent {
pub session_id: String,
pub ts: i64,
}Expand description
Session closed (clean transport disconnect).
Fields§
§session_id: String§ts: i64Trait Implementations§
Source§impl Clone for SessionEndEvent
impl Clone for SessionEndEvent
Source§fn clone(&self) -> SessionEndEvent
fn clone(&self) -> SessionEndEvent
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 moreSource§impl Debug for SessionEndEvent
impl Debug for SessionEndEvent
Auto Trait Implementations§
impl Freeze for SessionEndEvent
impl RefUnwindSafe for SessionEndEvent
impl Send for SessionEndEvent
impl Sync for SessionEndEvent
impl Unpin for SessionEndEvent
impl UnsafeUnpin for SessionEndEvent
impl UnwindSafe for SessionEndEvent
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