Struct rustc_metadata::locator::CombinedLocatorError
source · pub(crate) struct CombinedLocatorError {
crate_name: Symbol,
root: Option<CratePaths>,
triple: TargetTriple,
dll_prefix: String,
dll_suffix: String,
crate_rejections: CrateRejections,
}
Expand description
Candidate rejection reasons collected during crate search. If no candidate is accepted, then these reasons are presented to the user, otherwise they are ignored.
Fields§
§crate_name: Symbol
§root: Option<CratePaths>
§triple: TargetTriple
§dll_prefix: String
§dll_suffix: String
§crate_rejections: CrateRejections
Auto Trait Implementations§
impl RefUnwindSafe for CombinedLocatorError
impl Send for CombinedLocatorError
impl Sync for CombinedLocatorError
impl Unpin for CombinedLocatorError
impl UnwindSafe for CombinedLocatorError
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: 376 bytes