Struct rustc_typeck::hir::TraitCandidate
[−]
[src]
pub struct TraitCandidate { pub def_id: DefId, pub import_id: Option<u32>, }
Unstable (
rustc_private
)Fields
def_id: DefId
Unstable (
rustc_private
)import_id: Option<u32>
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl Clone for TraitCandidate
fn clone(&self) -> TraitCandidate
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