pub struct NewCompaction {
pub id: Option<String>,
pub task_id: Option<String>,
pub session_id: Option<String>,
pub source_token_estimate: Option<i64>,
pub summary_token_count: Option<i64>,
pub preserved_turns: Option<i64>,
pub archive_path: Option<String>,
pub verification_status: Option<String>,
}Fields§
§id: Option<String>§task_id: Option<String>§session_id: Option<String>§source_token_estimate: Option<i64>§summary_token_count: Option<i64>§preserved_turns: Option<i64>§archive_path: Option<String>§verification_status: Option<String>Trait Implementations§
Source§impl Clone for NewCompaction
impl Clone for NewCompaction
Source§fn clone(&self) -> NewCompaction
fn clone(&self) -> NewCompaction
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 NewCompaction
impl Debug for NewCompaction
impl Eq for NewCompaction
Source§impl PartialEq for NewCompaction
impl PartialEq for NewCompaction
impl StructuralPartialEq for NewCompaction
Auto Trait Implementations§
impl Freeze for NewCompaction
impl RefUnwindSafe for NewCompaction
impl Send for NewCompaction
impl Sync for NewCompaction
impl Unpin for NewCompaction
impl UnsafeUnpin for NewCompaction
impl UnwindSafe for NewCompaction
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