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
sourceimpl Clone for CrateRejections
impl Clone for CrateRejections
sourcefn clone(&self) -> CrateRejections
fn clone(&self) -> CrateRejections
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for CrateRejections
impl Default for CrateRejections
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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