pub enum ReportStatus {
No,
Yes,
Full,
}Expand description
Status reporting level in the [REPORT] section.
Variants§
Trait Implementations§
Source§impl Clone for ReportStatus
impl Clone for ReportStatus
Source§fn clone(&self) -> ReportStatus
fn clone(&self) -> ReportStatus
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 ReportStatus
Source§impl Debug for ReportStatus
impl Debug for ReportStatus
Source§impl Default for ReportStatus
impl Default for ReportStatus
Source§fn default() -> ReportStatus
fn default() -> ReportStatus
Returns the “default value” for a type. Read more
impl Eq for ReportStatus
Source§impl PartialEq for ReportStatus
impl PartialEq for ReportStatus
Source§fn eq(&self, other: &ReportStatus) -> bool
fn eq(&self, other: &ReportStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReportStatus
Auto Trait Implementations§
impl Freeze for ReportStatus
impl RefUnwindSafe for ReportStatus
impl Send for ReportStatus
impl Sync for ReportStatus
impl Unpin for ReportStatus
impl UnsafeUnpin for ReportStatus
impl UnwindSafe for ReportStatus
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