Enum air_trace_handler::merger::ValueSource
source · pub enum ValueSource {
PreviousData,
CurrentData,
}Variants§
Trait Implementations§
source§impl Clone for ValueSource
impl Clone for ValueSource
source§fn clone(&self) -> ValueSource
fn clone(&self) -> ValueSource
Returns a copy of the value. Read more
1.0.0 · 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 ValueSource
impl Debug for ValueSource
source§impl From<PreparationScheme> for ValueSource
impl From<PreparationScheme> for ValueSource
source§fn from(scheme: PreparationScheme) -> Self
fn from(scheme: PreparationScheme) -> Self
Converts to this type from the input type.