pub enum FingerprintStyle {
DefPathHash,
HirId,
Unit,
Opaque,
}
Expand description
Describes the contents of the fingerprint generated by a given query.
Variants§
DefPathHash
The fingerprint is actually a DefPathHash.
HirId
The fingerprint is actually a HirId.
Unit
Query key was ()
or equivalent, so fingerprint is just zero.
Opaque
Some opaque hash.
Implementations§
source§impl FingerprintStyle
impl FingerprintStyle
pub fn reconstructible(self) -> bool
Trait Implementations§
source§impl Clone for FingerprintStyle
impl Clone for FingerprintStyle
source§fn clone(&self) -> FingerprintStyle
fn clone(&self) -> FingerprintStyle
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 FingerprintStyle
impl Debug for FingerprintStyle
source§impl PartialEq<FingerprintStyle> for FingerprintStyle
impl PartialEq<FingerprintStyle> for FingerprintStyle
source§fn eq(&self, other: &FingerprintStyle) -> bool
fn eq(&self, other: &FingerprintStyle) -> bool
impl Copy for FingerprintStyle
impl Eq for FingerprintStyle
impl StructuralEq for FingerprintStyle
impl StructuralPartialEq for FingerprintStyle
Auto Trait Implementations§
impl RefUnwindSafe for FingerprintStyle
impl Send for FingerprintStyle
impl Sync for FingerprintStyle
impl Unpin for FingerprintStyle
impl UnwindSafe for FingerprintStyle
Blanket Implementations§
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: 1 byte
Size for each variant:
DefPathHash
: 0 bytesHirId
: 0 bytesUnit
: 0 bytesOpaque
: 0 bytes