Enum rustdoc::clean::Import [] [src]

pub enum Import {
    SimpleImport(StringImportSource),
    GlobImport(ImportSource),
    ImportList(ImportSourceVec<ViewListIdent>),
}
Unstable (rustdoc)

Variants

SimpleImport(StringImportSource)
Unstable (rustdoc)
GlobImport(ImportSource)
Unstable (rustdoc)
ImportList(ImportSourceVec<ViewListIdent>)
Unstable (rustdoc)

Trait Implementations

impl Display for Import
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl Debug for Import
[src]

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

Formats the value using the given formatter.

impl Decodable for Import
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Import, __D::Error>

impl Encodable for Import
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

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