pub enum DeviationType {
NovelToolUsage,
SinkClassDeviation,
RateAnomaly,
BehaviorShift,
}Variants§
NovelToolUsage
Agent using tools it never used before.
SinkClassDeviation
Agent targeting sink classes outside its normal pattern.
RateAnomaly
Call rate significantly above baseline.
BehaviorShift
Agent behavior changed abruptly (possible compromise).
Trait Implementations§
Source§impl Clone for DeviationType
impl Clone for DeviationType
Source§fn clone(&self) -> DeviationType
fn clone(&self) -> DeviationType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviationType
impl Debug for DeviationType
Source§impl PartialEq for DeviationType
impl PartialEq for DeviationType
impl Copy for DeviationType
impl Eq for DeviationType
impl StructuralPartialEq for DeviationType
Auto Trait Implementations§
impl Freeze for DeviationType
impl RefUnwindSafe for DeviationType
impl Send for DeviationType
impl Sync for DeviationType
impl Unpin for DeviationType
impl UnsafeUnpin for DeviationType
impl UnwindSafe for DeviationType
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