pub struct NeuralMitigator;Expand description
Placeholder for AI mitigator when feature is disabled.
Implementations§
Source§impl NeuralMitigator
impl NeuralMitigator
Sourcepub fn load(_path: &str) -> Result<Self, MitigationError>
pub fn load(_path: &str) -> Result<Self, MitigationError>
AI features require the ai feature flag.
Auto Trait Implementations§
impl Freeze for NeuralMitigator
impl RefUnwindSafe for NeuralMitigator
impl Send for NeuralMitigator
impl Sync for NeuralMitigator
impl Unpin for NeuralMitigator
impl UnwindSafe for NeuralMitigator
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