pub struct MemoryRecallWithExplainResult {
pub recall: MemoryRecallResult,
pub explain: MemoryExplainResult,
}Fields§
§recall: MemoryRecallResult§explain: MemoryExplainResultTrait Implementations§
Source§impl From<MemoryRecallWithExplainResult> for MemoryRecallWithExplainResponseDto
impl From<MemoryRecallWithExplainResult> for MemoryRecallWithExplainResponseDto
Source§fn from(value: MemoryRecallWithExplainResult) -> Self
fn from(value: MemoryRecallWithExplainResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MemoryRecallWithExplainResult
impl RefUnwindSafe for MemoryRecallWithExplainResult
impl Send for MemoryRecallWithExplainResult
impl Sync for MemoryRecallWithExplainResult
impl Unpin for MemoryRecallWithExplainResult
impl UnsafeUnpin for MemoryRecallWithExplainResult
impl UnwindSafe for MemoryRecallWithExplainResult
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