pub struct NamesHandler;Trait Implementations§
Source§impl EntryAuditHandler for NamesHandler
An NamesHandler is used to track and report on suspicious (odd or OS-incompatible) names,
which often indicate obfuscation or extraction issues. For instance, the handler flags long
paths and very deep hierarchies, control characters in names, and certain reserved names.
impl EntryAuditHandler for NamesHandler
An NamesHandler is used to track and report on suspicious (odd or OS-incompatible) names,
which often indicate obfuscation or extraction issues. For instance, the handler flags long
paths and very deep hierarchies, control characters in names, and certain reserved names.
Auto Trait Implementations§
impl Freeze for NamesHandler
impl RefUnwindSafe for NamesHandler
impl Send for NamesHandler
impl Sync for NamesHandler
impl Unpin for NamesHandler
impl UnsafeUnpin for NamesHandler
impl UnwindSafe for NamesHandler
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