pub struct SessionCache { /* private fields */ }Expand description
Per-session allow/deny cache keyed by (tool_name, args_fingerprint).
Implementations§
Trait Implementations§
Source§impl Debug for SessionCache
impl Debug for SessionCache
Source§impl Default for SessionCache
impl Default for SessionCache
Source§fn default() -> SessionCache
fn default() -> SessionCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SessionCache
impl RefUnwindSafe for SessionCache
impl Send for SessionCache
impl Sync for SessionCache
impl Unpin for SessionCache
impl UnsafeUnpin for SessionCache
impl UnwindSafe for SessionCache
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