pub enum SummarySource {
Core,
Hook,
}Expand description
Whether the summary came from the core engine or a hook.
Variants§
Trait Implementations§
Source§impl Clone for SummarySource
impl Clone for SummarySource
Source§fn clone(&self) -> SummarySource
fn clone(&self) -> SummarySource
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 moreimpl Copy for SummarySource
Source§impl Debug for SummarySource
impl Debug for SummarySource
impl Eq for SummarySource
Source§impl PartialEq for SummarySource
impl PartialEq for SummarySource
Source§fn eq(&self, other: &SummarySource) -> bool
fn eq(&self, other: &SummarySource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SummarySource
Auto Trait Implementations§
impl Freeze for SummarySource
impl RefUnwindSafe for SummarySource
impl Send for SummarySource
impl Sync for SummarySource
impl Unpin for SummarySource
impl UnsafeUnpin for SummarySource
impl UnwindSafe for SummarySource
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