Enum rustc_ap_rustc_span::ExternalSource [−][src]
pub enum ExternalSource {
Unneeded,
Foreign {
kind: ExternalSourceKind,
original_start_pos: BytePos,
original_end_pos: BytePos,
},
}Variants
No external source has to be loaded, since the SourceFile represents a local crate.
Show fields
Fields of Foreign
kind: ExternalSourceKindoriginal_start_pos: BytePosThis SourceFile’s byte-offset within the source_map of its original crate.
original_end_pos: BytePosThe end of this SourceFile within the source_map of its original crate.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for ExternalSourceimpl !Send for ExternalSourceimpl !Sync for ExternalSourceimpl Unpin for ExternalSourceimpl UnwindSafe for ExternalSourceBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V