Enum slog_extlog::stats::ChangeType [−][src]
Types of changes made to a statistic.
Variants
Incr(usize)Increment by a fixed amount.
Decr(usize)Decrement by a fixed amount.
SetTo(isize)Set to a specific value.
Trait Implementations
impl Debug for ChangeType[src]
impl Debug for ChangeTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ChangeType[src]
impl Clone for ChangeTypefn clone(&self) -> ChangeType[src]
fn clone(&self) -> ChangeTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for ChangeType[src]
impl Eq for ChangeTypeimpl PartialEq for ChangeType[src]
impl PartialEq for ChangeTypefn eq(&self, other: &ChangeType) -> bool[src]
fn eq(&self, other: &ChangeType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ChangeType) -> bool[src]
fn ne(&self, other: &ChangeType) -> boolThis method tests for !=.
impl Hash for ChangeType[src]
impl Hash for ChangeTypeAuto Trait Implementations
impl Send for ChangeType
impl Send for ChangeTypeimpl Sync for ChangeType
impl Sync for ChangeType