pub enum AuditSource {
GrammarEvaluator,
EpisodeAggregator,
PolicyEngine,
HeuristicsBank,
}Variants§
Trait Implementations§
Source§impl Clone for AuditSource
impl Clone for AuditSource
Source§fn clone(&self) -> AuditSource
fn clone(&self) -> AuditSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuditSource
impl Debug for AuditSource
Source§impl PartialEq for AuditSource
impl PartialEq for AuditSource
Source§fn eq(&self, other: &AuditSource) -> bool
fn eq(&self, other: &AuditSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AuditSource
impl Eq for AuditSource
impl StructuralPartialEq for AuditSource
Auto Trait Implementations§
impl Freeze for AuditSource
impl RefUnwindSafe for AuditSource
impl Send for AuditSource
impl Sync for AuditSource
impl Unpin for AuditSource
impl UnsafeUnpin for AuditSource
impl UnwindSafe for AuditSource
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