Struct rustc_save_analysis::external_data::Attribute
[−]
[src]
pub struct Attribute { /* fields omitted */ }🔬 This is a nightly-only experimental API. (
rustc_private)Represent an arbitrary attribute on a code element
Trait Implementations
impl Clone for Attribute[src]
fn clone(&self) -> Attribute
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