pub struct PhantomMemory {
pub id: MemoryId,
pub gap_description: String,
pub source_reference: String,
pub source_turn: u64,
pub priority: PhantomPriority,
pub created_at: Timestamp,
pub resolved: bool,
}Fields§
§id: MemoryId§gap_description: String§source_reference: String§source_turn: u64§priority: PhantomPriority§created_at: Timestamp§resolved: boolTrait Implementations§
Source§impl Clone for PhantomMemory
impl Clone for PhantomMemory
Source§fn clone(&self) -> PhantomMemory
fn clone(&self) -> PhantomMemory
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 moreSource§impl Debug for PhantomMemory
impl Debug for PhantomMemory
Source§impl<'de> Deserialize<'de> for PhantomMemory
impl<'de> Deserialize<'de> for PhantomMemory
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
Auto Trait Implementations§
impl Freeze for PhantomMemory
impl RefUnwindSafe for PhantomMemory
impl Send for PhantomMemory
impl Sync for PhantomMemory
impl Unpin for PhantomMemory
impl UnsafeUnpin for PhantomMemory
impl UnwindSafe for PhantomMemory
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