pub struct SummaryEntry {
pub summary_hash: String,
pub ts: String,
pub scope: String,
pub original_hashes: Vec<String>,
pub summary_text: String,
pub token_estimate: i64,
}Fieldsยง
ยงsummary_hash: Stringยงts: Stringยงscope: Stringยงoriginal_hashes: Vec<String>ยงsummary_text: Stringยงtoken_estimate: i64Trait Implementationsยง
Sourceยงimpl Clone for SummaryEntry
impl Clone for SummaryEntry
Sourceยงfn clone(&self) -> SummaryEntry
fn clone(&self) -> SummaryEntry
Returns a duplicate of the value. Read more
1.0.0 ยท 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 SummaryEntry
impl Debug for SummaryEntry
Sourceยงimpl<'de> Deserialize<'de> for SummaryEntry
impl<'de> Deserialize<'de> for SummaryEntry
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 SummaryEntry
impl RefUnwindSafe for SummaryEntry
impl Send for SummaryEntry
impl Sync for SummaryEntry
impl Unpin for SummaryEntry
impl UnsafeUnpin for SummaryEntry
impl UnwindSafe for SummaryEntry
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