pub struct SecretScanner { /* private fields */ }Expand description
Secret scanner.
Implementations§
Source§impl SecretScanner
impl SecretScanner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecretScanner
impl RefUnwindSafe for SecretScanner
impl Send for SecretScanner
impl Sync for SecretScanner
impl Unpin for SecretScanner
impl UnsafeUnpin for SecretScanner
impl UnwindSafe for SecretScanner
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