pub struct SessionHooksState { /* private fields */ }Expand description
Session hooks state - uses Arc<Mutex<>> for interior mutability This mimics the TypeScript Map pattern where .set/.delete don’t change the container’s identity.
Implementations§
Auto Trait Implementations§
impl Freeze for SessionHooksState
impl !RefUnwindSafe for SessionHooksState
impl Send for SessionHooksState
impl Sync for SessionHooksState
impl Unpin for SessionHooksState
impl UnsafeUnpin for SessionHooksState
impl !UnwindSafe for SessionHooksState
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