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