pub struct MemoryRecallBranch {
pub query_type: String,
pub matched_point_id: String,
pub memories: Vec<String>,
}Fields§
§query_type: String§matched_point_id: String§memories: Vec<String>Trait Implementations§
Source§impl Clone for MemoryRecallBranch
impl Clone for MemoryRecallBranch
Source§fn clone(&self) -> MemoryRecallBranch
fn clone(&self) -> MemoryRecallBranch
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 MemoryRecallBranch
impl Debug for MemoryRecallBranch
Source§impl<'de> Deserialize<'de> for MemoryRecallBranch
impl<'de> Deserialize<'de> for MemoryRecallBranch
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 MemoryRecallBranch
Source§impl PartialEq for MemoryRecallBranch
impl PartialEq for MemoryRecallBranch
Source§fn eq(&self, other: &MemoryRecallBranch) -> bool
fn eq(&self, other: &MemoryRecallBranch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MemoryRecallBranch
impl Serialize for MemoryRecallBranch
impl StructuralPartialEq for MemoryRecallBranch
Auto Trait Implementations§
impl Freeze for MemoryRecallBranch
impl RefUnwindSafe for MemoryRecallBranch
impl Send for MemoryRecallBranch
impl Sync for MemoryRecallBranch
impl Unpin for MemoryRecallBranch
impl UnsafeUnpin for MemoryRecallBranch
impl UnwindSafe for MemoryRecallBranch
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