Struct rustc::ty::error::ExpectedFound [] [src]

pub struct ExpectedFound<T> {
    pub expected: T,
    pub found: T,
}
Unstable (rustc_private)

Fields

expected: T
Unstable (rustc_private)
found: T
Unstable (rustc_private)

Trait Implementations

impl<'tcx, T: Lift<'tcx>> Lift<'tcx> for ExpectedFound<T>
[src]

type Lifted = ExpectedFound<T::Lifted>

fn lift_to_tcx<'a, 'gcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>) -> Option<Self::Lifted>

Derived Implementations

impl<T: Debug> Debug for ExpectedFound<T>
[src]

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

Formats the value using the given formatter.

impl<T: Copy> Copy for ExpectedFound<T>
[src]

impl<T: Clone> Clone for ExpectedFound<T>
[src]

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

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more