pub struct RetrievalDebugSummary {
pub text: String,
pub notes: Vec<String>,
pub truncated: bool,
}Fields§
§text: String§notes: Vec<String>§truncated: boolTrait Implementations§
Source§impl Clone for RetrievalDebugSummary
impl Clone for RetrievalDebugSummary
Source§fn clone(&self) -> RetrievalDebugSummary
fn clone(&self) -> RetrievalDebugSummary
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 RetrievalDebugSummary
impl Debug for RetrievalDebugSummary
Source§impl<'de> Deserialize<'de> for RetrievalDebugSummary
impl<'de> Deserialize<'de> for RetrievalDebugSummary
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 RetrievalDebugSummary
impl RefUnwindSafe for RetrievalDebugSummary
impl Send for RetrievalDebugSummary
impl Sync for RetrievalDebugSummary
impl Unpin for RetrievalDebugSummary
impl UnsafeUnpin for RetrievalDebugSummary
impl UnwindSafe for RetrievalDebugSummary
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