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