Enum SemanticSubtype
pub enum SemanticSubtype {
Preference,
Fact,
Decision,
Entity,
}Expand description
Semantic memory subtypes.
Variants§
Trait Implementations§
Source§impl Clone for SemanticSubtype
impl Clone for SemanticSubtype
Source§fn clone(&self) -> SemanticSubtype
fn clone(&self) -> SemanticSubtype
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · §fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SemanticSubtype
impl Debug for SemanticSubtype
Source§impl<'de> Deserialize<'de> for SemanticSubtype
impl<'de> Deserialize<'de> for SemanticSubtype
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
Source§impl PartialEq for SemanticSubtype
impl PartialEq for SemanticSubtype
Source§impl Serialize for SemanticSubtype
impl Serialize for SemanticSubtype
impl Eq for SemanticSubtype
impl StructuralPartialEq for SemanticSubtype
Auto Trait Implementations§
impl Freeze for SemanticSubtype
impl RefUnwindSafe for SemanticSubtype
impl Send for SemanticSubtype
impl Sync for SemanticSubtype
impl Unpin for SemanticSubtype
impl UnsafeUnpin for SemanticSubtype
impl UnwindSafe for SemanticSubtype
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