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