pub struct RegAllocIncrKey {
pub content_hash: u64,
pub config_hash: u64,
}Expand description
Heuristic freshness key for RegAlloc incremental compilation.
Fields§
§content_hash: u64§config_hash: u64Implementations§
Trait Implementations§
Source§impl Clone for RegAllocIncrKey
impl Clone for RegAllocIncrKey
Source§fn clone(&self) -> RegAllocIncrKey
fn clone(&self) -> RegAllocIncrKey
Returns a duplicate 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 RegAllocIncrKey
impl Debug for RegAllocIncrKey
Source§impl Hash for RegAllocIncrKey
impl Hash for RegAllocIncrKey
Source§impl PartialEq for RegAllocIncrKey
impl PartialEq for RegAllocIncrKey
impl Eq for RegAllocIncrKey
impl StructuralPartialEq for RegAllocIncrKey
Auto Trait Implementations§
impl Freeze for RegAllocIncrKey
impl RefUnwindSafe for RegAllocIncrKey
impl Send for RegAllocIncrKey
impl Sync for RegAllocIncrKey
impl Unpin for RegAllocIncrKey
impl UnsafeUnpin for RegAllocIncrKey
impl UnwindSafe for RegAllocIncrKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more