pub enum AiMemoryOperationKind {
Create,
Read,
Update,
Delete,
Merge,
Suppress,
Forget,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiMemoryOperationKind
impl Clone for AiMemoryOperationKind
Source§fn clone(&self) -> AiMemoryOperationKind
fn clone(&self) -> AiMemoryOperationKind
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 AiMemoryOperationKind
impl Debug for AiMemoryOperationKind
Source§impl Display for AiMemoryOperationKind
impl Display for AiMemoryOperationKind
Source§impl FromStr for AiMemoryOperationKind
impl FromStr for AiMemoryOperationKind
Source§impl Hash for AiMemoryOperationKind
impl Hash for AiMemoryOperationKind
Source§impl Ord for AiMemoryOperationKind
impl Ord for AiMemoryOperationKind
Source§fn cmp(&self, other: &AiMemoryOperationKind) -> Ordering
fn cmp(&self, other: &AiMemoryOperationKind) -> 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 AiMemoryOperationKind
impl PartialEq for AiMemoryOperationKind
Source§impl PartialOrd for AiMemoryOperationKind
impl PartialOrd for AiMemoryOperationKind
impl Copy for AiMemoryOperationKind
impl Eq for AiMemoryOperationKind
impl StructuralPartialEq for AiMemoryOperationKind
Auto Trait Implementations§
impl Freeze for AiMemoryOperationKind
impl RefUnwindSafe for AiMemoryOperationKind
impl Send for AiMemoryOperationKind
impl Sync for AiMemoryOperationKind
impl Unpin for AiMemoryOperationKind
impl UnsafeUnpin for AiMemoryOperationKind
impl UnwindSafe for AiMemoryOperationKind
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