Struct sixtyfps_compilerlib::typeloader::ImportedName [−][src]
Fields
external_name: String
internal_name: String
Implementations
impl ImportedName
[src]
impl ImportedName
[src]pub fn extract_imported_names(
import: &ImportSpecifier
) -> Option<impl Iterator<Item = ImportedName>>
[src]
import: &ImportSpecifier
) -> Option<impl Iterator<Item = ImportedName>>
pub fn from_node(importident: ImportIdentifier) -> Self
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImportedName
impl RefUnwindSafe for ImportedName
impl Send for ImportedName
impl Send for ImportedName
impl Sync for ImportedName
impl Sync for ImportedName
impl Unpin for ImportedName
impl Unpin for ImportedName
impl UnwindSafe for ImportedName
impl UnwindSafe for ImportedName