Struct rustc_typeck::middle::ty::expected_foundUnstable [-] [+] [src]

pub struct expected_found<T> {
    pub expected: T,
    pub found: T,
}

Fields

expected
found

Trait Implementations

Derived Implementations

impl<T> Debug for expected_found<T> where T: Debug + Debug + Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl<T> Copy for expected_found<T> where T: Copy + Copy + Copy

impl<T> Clone for expected_found<T> where T: Clone + Clone + Clone

fn clone(&self) -> expected_found<T>

fn clone_from(&mut self, source: &Self)