Struct rustc::middle::cstore::ChildItem   
                   
                       [−]
                   
               [src]
pub struct ChildItem {
    pub def: DefLike,
    pub name: Name,
    pub vis: Visibility,
}Unstable (
rustc_private)Fields
def: DefLike
                           Unstable (
rustc_private)name: Name
                           Unstable (
rustc_private)vis: Visibility
                           Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for ChildItem[src]
fn clone(&self) -> ChildItem
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