Struct rustdoc::clean::Macro
[−]
[src]
pub struct Macro {
pub source: String,
pub imported_from: Option<String>,
}Unstable (
rustdoc)Fields
source: String
Unstable (
rustdoc)imported_from: Option<String>
Unstable (
rustdoc)Trait Implementations
Derived Implementations
impl Debug for Macro[src]
impl Decodable for Macro[src]
impl Encodable for Macro[src]
impl Clone for Macro[src]
fn clone(&self) -> Macro
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