Enum rustc_lint::middle::privacy::PrivateDepUnstable [-] [+] [src]

pub enum PrivateDep {
    AllPublic,
    DependsOn(DefId),
}

Variants

AllPublic
DependsOn

Trait Implementations

Derived Implementations

impl Debug for PrivateDep

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Clone for PrivateDep

fn clone(&self) -> PrivateDep

fn clone_from(&mut self, source: &Self)

impl Copy for PrivateDep