Enum air_trace_handler::merger::MergerApResult
source · pub enum MergerApResult {
NotMet,
Met(MetApResult),
}Variants§
NotMet
There is no corresponding state in a trace for this call.
Met(MetApResult)
There was a state in at least one of the contexts. If there were two states in both contexts, they were successfully merged.
Trait Implementations§
source§impl Clone for MergerApResult
impl Clone for MergerApResult
source§fn clone(&self) -> MergerApResult
fn clone(&self) -> MergerApResult
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 more