pub struct EntityTargetingManager { /* private fields */ }Expand description
Manages entity targeting for anomalies.
Implementations§
Source§impl EntityTargetingManager
impl EntityTargetingManager
Sourcepub fn new(pattern: EntityTargetingPattern) -> Self
pub fn new(pattern: EntityTargetingPattern) -> Self
Creates a new entity targeting manager.
Auto Trait Implementations§
impl Freeze for EntityTargetingManager
impl RefUnwindSafe for EntityTargetingManager
impl Send for EntityTargetingManager
impl Sync for EntityTargetingManager
impl Unpin for EntityTargetingManager
impl UnwindSafe for EntityTargetingManager
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