pub enum SummaryKind {
Leaf,
Condensed,
}Expand description
Kind of summary being generated.
Variants§
Leaf
Summarizing raw messages into a leaf summary.
Condensed
Summarizing summaries into a higher-level condensed summary.
Trait Implementations§
Source§impl Clone for SummaryKind
impl Clone for SummaryKind
Source§fn clone(&self) -> SummaryKind
fn clone(&self) -> SummaryKind
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 SummaryKind
impl Debug for SummaryKind
impl Copy for SummaryKind
Auto Trait Implementations§
impl Freeze for SummaryKind
impl RefUnwindSafe for SummaryKind
impl Send for SummaryKind
impl Sync for SummaryKind
impl Unpin for SummaryKind
impl UnsafeUnpin for SummaryKind
impl UnwindSafe for SummaryKind
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