Struct rustc::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> Debug for expected_found<T> where T: Debug, T: Debugimpl<T: Copy> Copy for expected_found<T> where T: Copy, T: Copyimpl<T: Clone> Clone for expected_found<T> where T: Clone, T: 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).