pub struct ContextCompaction {
pub initial_nodes: Vec<SessionAppendNode>,
}Fields§
§initial_nodes: Vec<SessionAppendNode>Implementations§
Trait Implementations§
Source§impl Clone for ContextCompaction
impl Clone for ContextCompaction
Source§fn clone(&self) -> ContextCompaction
fn clone(&self) -> ContextCompaction
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 ContextCompaction
impl Debug for ContextCompaction
Source§impl Default for ContextCompaction
impl Default for ContextCompaction
Source§fn default() -> ContextCompaction
fn default() -> ContextCompaction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextCompaction
impl RefUnwindSafe for ContextCompaction
impl Send for ContextCompaction
impl Sync for ContextCompaction
impl Unpin for ContextCompaction
impl UnsafeUnpin for ContextCompaction
impl UnwindSafe for ContextCompaction
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