pub enum AgentReportKind {
Daily,
Weekly,
Monthly,
Session,
}Variants§
Trait Implementations§
Source§impl Clone for AgentReportKind
impl Clone for AgentReportKind
Source§fn clone(&self) -> AgentReportKind
fn clone(&self) -> AgentReportKind
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 AgentReportKind
Source§impl Debug for AgentReportKind
impl Debug for AgentReportKind
impl Eq for AgentReportKind
Source§impl PartialEq for AgentReportKind
impl PartialEq for AgentReportKind
impl StructuralPartialEq for AgentReportKind
Auto Trait Implementations§
impl Freeze for AgentReportKind
impl RefUnwindSafe for AgentReportKind
impl Send for AgentReportKind
impl Sync for AgentReportKind
impl Unpin for AgentReportKind
impl UnsafeUnpin for AgentReportKind
impl UnwindSafe for AgentReportKind
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