Enum rustc_ap_rustc_session::config::ExternDepSpec [−][src]
Expand description
Supplied source location of a dependency - for example in a build specification file like Cargo.toml. We support several syntaxes: if it makes sense to reference a file and line, then the build system can specify that. On the other hand, it may make more sense to have an arbitrary raw string.
Variants
Raw(String)Raw string
Json(Json)Raw data in json format
Trait Implementations
Performs the conversion.
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 ExternDepSpecimpl Send for ExternDepSpecimpl Sync for ExternDepSpecimpl Unpin for ExternDepSpecimpl UnwindSafe for ExternDepSpecBlanket Implementations
Mutably borrows from an owned value. Read more
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