[−][src]Struct rustc_data_structures::fingerprint::Fingerprint
Methods
impl Fingerprint[src]
impl Fingerprintpub const ZERO: Fingerprint[src]
pub fn from_smaller_hash(hash: u64) -> Fingerprint | [src] |
pub fn to_smaller_hash(&self) -> u64 | [src] |
pub fn as_value(&self) -> (u64, u64) | [src] |
pub fn combine(self, other: Fingerprint) -> Fingerprint | [src] |
pub fn combine_commutative(self, other: Fingerprint) -> Fingerprint | [src] |
pub fn to_hex(&self) -> String | [src] |
pub fn encode_opaque(&self, encoder: &mut Encoder) -> EncodeResult | [src] |
pub fn decode_opaque<'a>( | [src] |
Trait Implementations
impl StableHasherResult for Fingerprint[src]
impl StableHasherResult for Fingerprintfn finish(hasher: StableHasher<Self>) -> Self | [src] |
impl<CTX> HashStable<CTX> for Fingerprint[src]
impl<CTX> HashStable<CTX> for Fingerprintfn hash_stable<W: StableHasherResult>( | [src] |
impl Eq for Fingerprint[src]
impl Eq for Fingerprintimpl PartialOrd<Fingerprint> for Fingerprint[src]
impl PartialOrd<Fingerprint> for Fingerprintfn partial_cmp(&self, other: &Fingerprint) -> Option<Ordering> | [src] |
fn lt(&self, other: &Fingerprint) -> bool | [src] |
fn le(&self, other: &Fingerprint) -> bool | [src] |
fn gt(&self, other: &Fingerprint) -> bool | [src] |
fn ge(&self, other: &Fingerprint) -> bool | [src] |
impl Copy for Fingerprint[src]
impl Copy for Fingerprintimpl PartialEq<Fingerprint> for Fingerprint[src]
impl PartialEq<Fingerprint> for Fingerprintfn eq(&self, other: &Fingerprint) -> bool | [src] |
fn ne(&self, other: &Fingerprint) -> bool | [src] |
impl Clone for Fingerprint[src]
impl Clone for Fingerprintfn clone(&self) -> Fingerprint | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Ord for Fingerprint[src]
impl Ord for Fingerprintfn cmp(&self, other: &Fingerprint) -> Ordering | [src] |
fn max(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the minimum of two values. Read more
impl Debug for Fingerprint[src]
impl Debug for Fingerprintimpl Display for Fingerprint[src]
impl Display for Fingerprintimpl Hash for Fingerprint[src]
impl Hash for Fingerprintfn hash<__H: Hasher>(&self, state: &mut __H) | [src] |
fn hash_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher]. Read more
impl SpecializedEncoder<Fingerprint> for Encoder[src]
impl SpecializedEncoder<Fingerprint> for Encoderfn specialized_encode(&mut self, f: &Fingerprint) -> Result<(), Self::Error> | [src] |
impl<'a> SpecializedDecoder<Fingerprint> for Decoder<'a>[src]
impl<'a> SpecializedDecoder<Fingerprint> for Decoder<'a>fn specialized_decode(&mut self) -> Result<Fingerprint, Self::Error> | [src] |
impl UseSpecializedEncodable for Fingerprint[src]
impl UseSpecializedEncodable for Fingerprintfn default_encode<E>(&self, &mut E) -> Result<(), <E as Encoder>::Error> where | [src] |
Defaults to returning an error (see SpecializationError).
impl UseSpecializedDecodable for Fingerprint[src]
impl UseSpecializedDecodable for FingerprintAuto Trait Implementations
impl Send for Fingerprint
impl Send for Fingerprintimpl Sync for Fingerprint
impl Sync for FingerprintBlanket Implementations
impl<T> Erased for T[src]
impl<T> Erased for Timpl<T> Send for T where
T: ?Sized, [src]
impl<T> Send for T where
T: ?Sized, impl<T> Sync for T where
T: ?Sized, [src]
impl<T> Sync for T where
T: ?Sized, impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, ⓘImportant traits for &'_ mut I
ⓘImportant traits for &'_ mut I
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> Encodable for T where
T: UseSpecializedEncodable + ?Sized, [src]
impl<T> Encodable for T where
T: UseSpecializedEncodable + ?Sized, impl<T> Decodable for T where
T: UseSpecializedDecodable, [src]
impl<T> Decodable for T where
T: UseSpecializedDecodable, impl<E> SpecializationError for E[src]
impl<E> SpecializationError for Eimpl<T> Erased for T
impl<T> Erased for T