Struct rustdoc_types::Import [−][src]
Fields
source: StringThe full path being imported.
name: StringMay be different from the last segment of source when renaming imports:
use source as name;
id: Option<Id>The ID of the item being imported.
glob: boolWhether this import uses a glob: use source::*;
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Importimpl UnwindSafe for ImportBlanket Implementations
Mutably borrows from an owned value. Read more