pub struct DenyListPolicy { /* private fields */ }Expand description
A simple policy engine that blocks specific tool names.
Implementations§
Trait Implementations§
Source§impl PolicyEngine for DenyListPolicy
impl PolicyEngine for DenyListPolicy
Auto Trait Implementations§
impl Freeze for DenyListPolicy
impl RefUnwindSafe for DenyListPolicy
impl Send for DenyListPolicy
impl Sync for DenyListPolicy
impl Unpin for DenyListPolicy
impl UnsafeUnpin for DenyListPolicy
impl UnwindSafe for DenyListPolicy
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