pub struct SessionStateChangedContext {
pub session_id: String,
pub state: SessionReadView,
pub host: Arc<dyn HistoryHost>,
}Fields§
§session_id: String§state: SessionReadView§host: Arc<dyn HistoryHost>Trait Implementations§
Source§impl Clone for SessionStateChangedContext
impl Clone for SessionStateChangedContext
Source§fn clone(&self) -> SessionStateChangedContext
fn clone(&self) -> SessionStateChangedContext
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 SessionStateChangedContext
impl !RefUnwindSafe for SessionStateChangedContext
impl Send for SessionStateChangedContext
impl Sync for SessionStateChangedContext
impl Unpin for SessionStateChangedContext
impl UnsafeUnpin for SessionStateChangedContext
impl !UnwindSafe for SessionStateChangedContext
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