[][src]Struct rustc_ap_rustc_session::CrateDisambiguator

pub struct CrateDisambiguator(_);

Hash value constructed out of all the -C metadata arguments passed to the compiler. Together with the crate-name forms a unique global identifier for the crate.

Implementations

impl CrateDisambiguator[src]

Trait Implementations

impl Clone for CrateDisambiguator[src]

impl Copy for CrateDisambiguator[src]

impl Debug for CrateDisambiguator[src]

impl<__D> Decodable<__D> for CrateDisambiguator where
    __D: Decoder
[src]

impl Display for CrateDisambiguator[src]

impl<__E> Encodable<__E> for CrateDisambiguator where
    __E: Encoder
[src]

impl Eq for CrateDisambiguator[src]

impl From<Fingerprint> for CrateDisambiguator[src]

impl Hash for CrateDisambiguator[src]

impl<CTX> HashStable<CTX> for CrateDisambiguator[src]

impl Ord for CrateDisambiguator[src]

impl PartialEq<CrateDisambiguator> for CrateDisambiguator[src]

impl PartialOrd<CrateDisambiguator> for CrateDisambiguator[src]

impl StructuralEq for CrateDisambiguator[src]

impl StructuralPartialEq for CrateDisambiguator[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<'a, T> Captures<'a> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> MaybeResult<T> for T[src]

type Error = !

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,