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: Debug
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)
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
).