Struct rustc_metadata::locator::CrateRejections [−][src]
struct CrateRejections {
via_hash: Vec<CrateMismatch>,
via_triple: Vec<CrateMismatch>,
via_kind: Vec<CrateMismatch>,
via_version: Vec<CrateMismatch>,
via_filename: Vec<CrateMismatch>,
}
Fields
via_hash: Vec<CrateMismatch>
via_triple: Vec<CrateMismatch>
via_kind: Vec<CrateMismatch>
via_version: Vec<CrateMismatch>
via_filename: Vec<CrateMismatch>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CrateRejections
impl Send for CrateRejections
impl Sync for CrateRejections
impl Unpin for CrateRejections
impl UnwindSafe for CrateRejections
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 120 bytes