Struct rustc::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> Debug for expected_found<T> where T: Debug, T: Debug

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

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

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

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

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