Enum rustdoc::clean::Import
[−]
[src]
pub enum Import { SimpleImport(String, ImportSource), GlobImport(ImportSource), ImportList(ImportSource, Vec<ViewListIdent>), }
Unstable (
rustdoc
)Variants
SimpleImport(String, ImportSource)
Unstable (
rustdoc
)GlobImport(ImportSource)
Unstable (
rustdoc
)ImportList(ImportSource, Vec<ViewListIdent>)
Unstable (
rustdoc
)Trait Implementations
impl Display for Import
[src]
Derived Implementations
impl Debug for Import
[src]
impl Decodable for Import
[src]
impl Encodable for Import
[src]
impl Clone for Import
[src]
fn clone(&self) -> Import
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