Struct rustc_metadata::locator::CrateRejections
source · struct CrateRejections {
via_hash: Vec<CrateMismatch>,
via_triple: Vec<CrateMismatch>,
via_kind: Vec<CrateMismatch>,
via_version: Vec<CrateMismatch>,
via_filename: Vec<CrateMismatch>,
via_invalid: Vec<CrateMismatch>,
}
Fields§
§via_hash: Vec<CrateMismatch>
§via_triple: Vec<CrateMismatch>
§via_kind: Vec<CrateMismatch>
§via_version: Vec<CrateMismatch>
§via_filename: Vec<CrateMismatch>
§via_invalid: Vec<CrateMismatch>
Trait Implementations§
source§impl Clone for CrateRejections
impl Clone for CrateRejections
source§fn clone(&self) -> CrateRejections
fn clone(&self) -> CrateRejections
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CrateRejections
impl Default for CrateRejections
source§fn default() -> CrateRejections
fn default() -> CrateRejections
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
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: 144 bytes