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