pub struct LeakDetector { /* private fields */ }Expand description
Credential leak detector
Detects potential credential exfiltration in output content including:
- API keys (various formats)
- Passwords and secrets
- Authentication tokens
- Private keys
- PII (Personally Identifiable Information)
Implementations§
Source§impl LeakDetector
impl LeakDetector
Auto Trait Implementations§
impl Freeze for LeakDetector
impl RefUnwindSafe for LeakDetector
impl Send for LeakDetector
impl Sync for LeakDetector
impl Unpin for LeakDetector
impl UnsafeUnpin for LeakDetector
impl UnwindSafe for LeakDetector
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