pub struct KeywordInjectionScreen { /* private fields */ }Expand description
A cheap keyword heuristic screen (case-insensitive). Not a complete defense — a first line that flags the most common override phrasings.
Trait Implementations§
Source§impl Default for KeywordInjectionScreen
impl Default for KeywordInjectionScreen
Auto Trait Implementations§
impl Freeze for KeywordInjectionScreen
impl RefUnwindSafe for KeywordInjectionScreen
impl Send for KeywordInjectionScreen
impl Sync for KeywordInjectionScreen
impl Unpin for KeywordInjectionScreen
impl UnsafeUnpin for KeywordInjectionScreen
impl UnwindSafe for KeywordInjectionScreen
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