Struct rustc_session::cstore::CrateSource
source · pub struct CrateSource {
pub dylib: Option<(PathBuf, PathKind)>,
pub rlib: Option<(PathBuf, PathKind)>,
pub rmeta: Option<(PathBuf, PathKind)>,
}
Expand description
Where a crate came from on the local filesystem. One of these three options must be non-None.
Fields§
§dylib: Option<(PathBuf, PathKind)>
§rlib: Option<(PathBuf, PathKind)>
§rmeta: Option<(PathBuf, PathKind)>
Implementations§
Trait Implementations§
source§impl Clone for CrateSource
impl Clone for CrateSource
source§fn clone(&self) -> CrateSource
fn clone(&self) -> CrateSource
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 Debug for CrateSource
impl Debug for CrateSource
source§impl<__D: Decoder> Decodable<__D> for CrateSource
impl<__D: Decoder> Decodable<__D> for CrateSource
source§impl<__E: Encoder> Encodable<__E> for CrateSource
impl<__E: Encoder> Encodable<__E> for CrateSource
source§impl<__CTX> HashStable<__CTX> for CrateSourcewhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for CrateSourcewhere __CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
source§impl PartialEq<CrateSource> for CrateSource
impl PartialEq<CrateSource> for CrateSource
source§fn eq(&self, other: &CrateSource) -> bool
fn eq(&self, other: &CrateSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CrateSource
Auto Trait Implementations§
impl RefUnwindSafe for CrateSource
impl Send for CrateSource
impl Sync for CrateSource
impl Unpin for CrateSource
impl UnwindSafe for CrateSource
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: 96 bytes