Struct rustc_trans::middle::ty::expected_foundUnstable
[-] [+]
[src]
pub struct expected_found<T> {
pub expected: T,
pub found: T,
}Fields
expected | |
found |
pub struct expected_found<T> {
pub expected: T,
pub found: T,
}expected | |
found |
impl<T> Debug for expected_found<T> where T: Debug + Debug + Debugimpl<T> Copy for expected_found<T> where T: Copy + Copy + Copyimpl<T> Clone for expected_found<T> where T: Clone + Clone + Clonefn clone(&self) -> expected_found<T>fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).