pub struct Log4ShellDetector;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Log4ShellDetector
impl RefUnwindSafe for Log4ShellDetector
impl Send for Log4ShellDetector
impl Sync for Log4ShellDetector
impl Unpin for Log4ShellDetector
impl UnsafeUnpin for Log4ShellDetector
impl UnwindSafe for Log4ShellDetector
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