pub struct SessionConfigChangedContext {
pub session_id: String,
pub previous: SessionPolicy,
pub current: SessionPolicy,
pub sessions: Arc<dyn SessionStateService>,
}Fields§
§session_id: String§previous: SessionPolicy§current: SessionPolicy§sessions: Arc<dyn SessionStateService>Trait Implementations§
Source§impl Clone for SessionConfigChangedContext
impl Clone for SessionConfigChangedContext
Source§fn clone(&self) -> SessionConfigChangedContext
fn clone(&self) -> SessionConfigChangedContext
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 !RefUnwindSafe for SessionConfigChangedContext
impl !UnwindSafe for SessionConfigChangedContext
impl Freeze for SessionConfigChangedContext
impl Send for SessionConfigChangedContext
impl Sync for SessionConfigChangedContext
impl Unpin for SessionConfigChangedContext
impl UnsafeUnpin for SessionConfigChangedContext
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