Enum AiMemoryOperationKind
pub enum AiMemoryOperationKind {
Create,
Read,
Update,
Delete,
Merge,
Suppress,
Forget,
}Variants§
Implementations§
§impl AiMemoryOperationKind
impl AiMemoryOperationKind
pub const ALL: &'static [AiMemoryOperationKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for AiMemoryOperationKind
impl Clone for AiMemoryOperationKind
§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 more§impl Debug for AiMemoryOperationKind
impl Debug for AiMemoryOperationKind
§impl Display for AiMemoryOperationKind
impl Display for AiMemoryOperationKind
§impl FromStr for AiMemoryOperationKind
impl FromStr for AiMemoryOperationKind
§type Err = AiMemoryError
type Err = AiMemoryError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<AiMemoryOperationKind, <AiMemoryOperationKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<AiMemoryOperationKind, <AiMemoryOperationKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for AiMemoryOperationKind
impl Hash for AiMemoryOperationKind
§impl Ord for AiMemoryOperationKind
impl Ord for AiMemoryOperationKind
§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
§impl PartialEq for AiMemoryOperationKind
impl PartialEq for AiMemoryOperationKind
§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