pub enum RecordStats {
None,
Total,
File,
Function,
}Variants§
Trait Implementations§
Source§impl Clone for RecordStats
impl Clone for RecordStats
Source§fn clone(&self) -> RecordStats
fn clone(&self) -> RecordStats
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 RecordStats
Source§impl Debug for RecordStats
impl Debug for RecordStats
impl Eq for RecordStats
Source§impl Hash for RecordStats
impl Hash for RecordStats
Source§impl PartialEq for RecordStats
impl PartialEq for RecordStats
Source§fn eq(&self, other: &RecordStats) -> bool
fn eq(&self, other: &RecordStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecordStats
Auto Trait Implementations§
impl Freeze for RecordStats
impl RefUnwindSafe for RecordStats
impl Send for RecordStats
impl Sync for RecordStats
impl Unpin for RecordStats
impl UnsafeUnpin for RecordStats
impl UnwindSafe for RecordStats
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