Enum rustc_typeck::middle::cstore::DefLike   
                   
                       [−]
                   
               [src]
pub enum DefLike {
    DlDef(Def),
    DlImpl(DefId),
    DlField,
}Unstable (
rustc_private)Variants
DlDef(Def)Unstable (
rustc_private)DlImpl(DefId)Unstable (
rustc_private)DlFieldUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Debug for DefLike
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for DefLike
fn clone(&self) -> DefLike
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