pub struct DagDbContextPacketCitationRef {
pub citation_ref: String,
pub memory_id: String,
pub citation_status: String,
}Expand description
Citation reference included in a graph context packet.
Fields§
§citation_ref: String§memory_id: String§citation_status: StringTrait Implementations§
Source§impl Clone for DagDbContextPacketCitationRef
impl Clone for DagDbContextPacketCitationRef
Source§fn clone(&self) -> DagDbContextPacketCitationRef
fn clone(&self) -> DagDbContextPacketCitationRef
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<'de> Deserialize<'de> for DagDbContextPacketCitationRef
impl<'de> Deserialize<'de> for DagDbContextPacketCitationRef
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 DagDbContextPacketCitationRef
Source§impl PartialEq for DagDbContextPacketCitationRef
impl PartialEq for DagDbContextPacketCitationRef
Source§fn eq(&self, other: &DagDbContextPacketCitationRef) -> bool
fn eq(&self, other: &DagDbContextPacketCitationRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DagDbContextPacketCitationRef
Auto Trait Implementations§
impl Freeze for DagDbContextPacketCitationRef
impl RefUnwindSafe for DagDbContextPacketCitationRef
impl Send for DagDbContextPacketCitationRef
impl Sync for DagDbContextPacketCitationRef
impl Unpin for DagDbContextPacketCitationRef
impl UnsafeUnpin for DagDbContextPacketCitationRef
impl UnwindSafe for DagDbContextPacketCitationRef
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