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