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