pub enum MemoryModule {
Representation,
Organization,
RetrievalUpdate,
LifecycleGovernance,
}Variants§
Trait Implementations§
Source§impl Clone for MemoryModule
impl Clone for MemoryModule
Source§fn clone(&self) -> MemoryModule
fn clone(&self) -> MemoryModule
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 moreimpl Copy for MemoryModule
Source§impl Debug for MemoryModule
impl Debug for MemoryModule
Source§impl<'de> Deserialize<'de> for MemoryModule
impl<'de> Deserialize<'de> for MemoryModule
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MemoryModule
Source§impl Ord for MemoryModule
impl Ord for MemoryModule
Source§fn cmp(&self, other: &MemoryModule) -> Ordering
fn cmp(&self, other: &MemoryModule) -> 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 MemoryModule
impl PartialEq for MemoryModule
Source§fn eq(&self, other: &MemoryModule) -> bool
fn eq(&self, other: &MemoryModule) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MemoryModule
impl PartialOrd for MemoryModule
Source§impl Serialize for MemoryModule
impl Serialize for MemoryModule
impl StructuralPartialEq for MemoryModule
Auto Trait Implementations§
impl Freeze for MemoryModule
impl RefUnwindSafe for MemoryModule
impl Send for MemoryModule
impl Sync for MemoryModule
impl Unpin for MemoryModule
impl UnsafeUnpin for MemoryModule
impl UnwindSafe for MemoryModule
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