Enum rustc_query_system::ich::NodeIdHashingMode [−][src]
pub enum NodeIdHashingMode {
Ignore,
HashDefPath,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeIdHashingMode
impl Send for NodeIdHashingMode
impl Sync for NodeIdHashingMode
impl Unpin for NodeIdHashingMode
impl UnwindSafe for NodeIdHashingMode
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:
Ignore
: 0 bytesHashDefPath
: 0 bytes