pub enum RecallPolicyProfile {
General,
Support,
Research,
Assistant,
AutonomousAgent,
}Variants§
Trait Implementations§
Source§impl Clone for RecallPolicyProfile
impl Clone for RecallPolicyProfile
Source§fn clone(&self) -> RecallPolicyProfile
fn clone(&self) -> RecallPolicyProfile
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 RecallPolicyProfile
impl Debug for RecallPolicyProfile
Source§impl Default for RecallPolicyProfile
impl Default for RecallPolicyProfile
Source§fn default() -> RecallPolicyProfile
fn default() -> RecallPolicyProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecallPolicyProfile
impl<'de> Deserialize<'de> for RecallPolicyProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecallPolicyProfile
impl PartialEq for RecallPolicyProfile
Source§fn eq(&self, other: &RecallPolicyProfile) -> bool
fn eq(&self, other: &RecallPolicyProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RecallPolicyProfile
impl Serialize for RecallPolicyProfile
impl Copy for RecallPolicyProfile
impl Eq for RecallPolicyProfile
impl StructuralPartialEq for RecallPolicyProfile
Auto Trait Implementations§
impl Freeze for RecallPolicyProfile
impl RefUnwindSafe for RecallPolicyProfile
impl Send for RecallPolicyProfile
impl Sync for RecallPolicyProfile
impl Unpin for RecallPolicyProfile
impl UnsafeUnpin for RecallPolicyProfile
impl UnwindSafe for RecallPolicyProfile
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