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