Enum rustc_query_system::dep_graph::FingerprintStyle [−][src]
pub enum FingerprintStyle {
DefPathHash,
Unit,
Opaque,
}
Expand description
Describes the contents of the fingerprint generated by a given query.
Variants
The fingerprint is actually a DefPathHash.
Query key was ()
or equivalent, so fingerprint is just zero.
Some opaque hash.
Implementations
Trait Implementations
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
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: 1 byte
Size for each variant:
DefPathHash
: 0 bytesUnit
: 0 bytesOpaque
: 0 bytes