Struct task_diff::util::Pair[][src]

pub struct Pair {
    pub a: Value,
    pub b: Value,
}

Fields

Methods

impl Pair
[src]

Auto Trait Implementations

impl Send for Pair

impl Sync for Pair