pub enum ReportKind {
Daily,
Weekly,
Monthly,
Instances,
Session,
Model,
}Expand description
What flavor of report this is — drives column selection in the renderer.
Variants§
Trait Implementations§
Source§impl Clone for ReportKind
impl Clone for ReportKind
Source§fn clone(&self) -> ReportKind
fn clone(&self) -> ReportKind
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 ReportKind
impl Debug for ReportKind
Source§impl PartialEq for ReportKind
impl PartialEq for ReportKind
Source§fn eq(&self, other: &ReportKind) -> bool
fn eq(&self, other: &ReportKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReportKind
impl Serialize for ReportKind
impl Copy for ReportKind
impl Eq for ReportKind
impl StructuralPartialEq for ReportKind
Auto Trait Implementations§
impl Freeze for ReportKind
impl RefUnwindSafe for ReportKind
impl Send for ReportKind
impl Sync for ReportKind
impl Unpin for ReportKind
impl UnsafeUnpin for ReportKind
impl UnwindSafe for ReportKind
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