pub struct Memory {Show 13 fields
pub memory_id: String,
pub title: String,
pub body: String,
pub mem_type: String,
pub scope: Scope,
pub project: String,
pub topic_key: Option<String>,
pub anchors: Vec<Anchor>,
pub tags: Vec<String>,
pub status: Status,
pub created_ts: String,
pub updated_ts: String,
pub last_event_id: String,
}Fields§
§memory_id: String§title: String§body: String§mem_type: String§scope: Scope§project: String§topic_key: Option<String>§anchors: Vec<Anchor>§status: Status§created_ts: String§updated_ts: String§last_event_id: StringTrait Implementations§
impl StructuralPartialEq for Memory
Auto Trait Implementations§
impl Freeze for Memory
impl RefUnwindSafe for Memory
impl Send for Memory
impl Sync for Memory
impl Unpin for Memory
impl UnsafeUnpin for Memory
impl UnwindSafe for Memory
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