Enum rustc::middle::def::MethodProvenanceUnstable
[-] [+]
[src]
pub enum MethodProvenance {
FromTrait(DefId),
FromImpl(DefId),
}Variants
FromTrait | |
FromImpl |
pub enum MethodProvenance {
FromTrait(DefId),
FromImpl(DefId),
}FromTrait | |
FromImpl |
impl MethodProvenancefn map<F>(self, f: F) -> MethodProvenance where F: FnOnce(DefId) -> DefIdimpl Debug for MethodProvenanceimpl Hash for MethodProvenancefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for MethodProvenancefn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MethodProvenance, __D>impl Encodable for MethodProvenanceimpl Eq for MethodProvenanceimpl PartialEq for MethodProvenancefn eq(&self, __arg_0: &MethodProvenance) -> boolfn ne(&self, __arg_0: &MethodProvenance) -> boolimpl Copy for MethodProvenanceimpl Clone for MethodProvenancefn clone(&self) -> MethodProvenancefn 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).