pub enum Field {
Content,
Type,
Tag,
Agent,
Space,
Salience,
Confidence,
Created,
Accessed,
ValidAt,
}Variants§
Content
Type
Tag
Agent
Space
Salience
Confidence
Created
Accessed
ValidAt
Temporal validity at a point in time: AS OF <t> keeps only memories that
were valid at timestamp t (valid_from <= t < valid_until), so a query can
see what was true at a past moment, including facts later superseded.
Trait Implementations§
impl Copy for Field
Source§impl<'de> Deserialize<'de> for Field
impl<'de> Deserialize<'de> for Field
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 Field
impl StructuralPartialEq for Field
Auto Trait Implementations§
impl Freeze for Field
impl RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnsafeUnpin for Field
impl UnwindSafe for Field
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