pub enum AiMemoryCapability {
None,
Session,
LongTerm,
External,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiMemoryCapability
impl Clone for AiMemoryCapability
Source§fn clone(&self) -> AiMemoryCapability
fn clone(&self) -> AiMemoryCapability
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 AiMemoryCapability
impl Debug for AiMemoryCapability
Source§impl Display for AiMemoryCapability
impl Display for AiMemoryCapability
Source§impl FromStr for AiMemoryCapability
impl FromStr for AiMemoryCapability
Source§impl Hash for AiMemoryCapability
impl Hash for AiMemoryCapability
Source§impl Ord for AiMemoryCapability
impl Ord for AiMemoryCapability
Source§fn cmp(&self, other: &AiMemoryCapability) -> Ordering
fn cmp(&self, other: &AiMemoryCapability) -> Ordering
1.21.0 (const: unstable) · 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 AiMemoryCapability
impl PartialEq for AiMemoryCapability
Source§fn eq(&self, other: &AiMemoryCapability) -> bool
fn eq(&self, other: &AiMemoryCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiMemoryCapability
impl PartialOrd for AiMemoryCapability
impl Copy for AiMemoryCapability
impl Eq for AiMemoryCapability
impl StructuralPartialEq for AiMemoryCapability
Auto Trait Implementations§
impl Freeze for AiMemoryCapability
impl RefUnwindSafe for AiMemoryCapability
impl Send for AiMemoryCapability
impl Sync for AiMemoryCapability
impl Unpin for AiMemoryCapability
impl UnsafeUnpin for AiMemoryCapability
impl UnwindSafe for AiMemoryCapability
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