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