pub enum AiMemoryRetentionKind {
Ephemeral,
Session,
LongTerm,
UntilRevoked,
PolicyControlled,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiMemoryRetentionKind
impl Clone for AiMemoryRetentionKind
Source§fn clone(&self) -> AiMemoryRetentionKind
fn clone(&self) -> AiMemoryRetentionKind
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 AiMemoryRetentionKind
impl Debug for AiMemoryRetentionKind
Source§impl Display for AiMemoryRetentionKind
impl Display for AiMemoryRetentionKind
Source§impl FromStr for AiMemoryRetentionKind
impl FromStr for AiMemoryRetentionKind
Source§impl Hash for AiMemoryRetentionKind
impl Hash for AiMemoryRetentionKind
Source§impl Ord for AiMemoryRetentionKind
impl Ord for AiMemoryRetentionKind
Source§fn cmp(&self, other: &AiMemoryRetentionKind) -> Ordering
fn cmp(&self, other: &AiMemoryRetentionKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiMemoryRetentionKind
impl PartialEq for AiMemoryRetentionKind
Source§impl PartialOrd for AiMemoryRetentionKind
impl PartialOrd for AiMemoryRetentionKind
impl Copy for AiMemoryRetentionKind
impl Eq for AiMemoryRetentionKind
impl StructuralPartialEq for AiMemoryRetentionKind
Auto Trait Implementations§
impl Freeze for AiMemoryRetentionKind
impl RefUnwindSafe for AiMemoryRetentionKind
impl Send for AiMemoryRetentionKind
impl Sync for AiMemoryRetentionKind
impl Unpin for AiMemoryRetentionKind
impl UnsafeUnpin for AiMemoryRetentionKind
impl UnwindSafe for AiMemoryRetentionKind
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