pub struct OParIncrKey {
pub content_hash: u64,
pub config_hash: u64,
}Expand description
Heuristic freshness key for OPar incremental compilation.
Fields§
§content_hash: u64§config_hash: u64Implementations§
Source§impl OParIncrKey
impl OParIncrKey
Trait Implementations§
Source§impl Clone for OParIncrKey
impl Clone for OParIncrKey
Source§fn clone(&self) -> OParIncrKey
fn clone(&self) -> OParIncrKey
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 OParIncrKey
impl Debug for OParIncrKey
Source§impl Hash for OParIncrKey
impl Hash for OParIncrKey
Source§impl PartialEq for OParIncrKey
impl PartialEq for OParIncrKey
impl Eq for OParIncrKey
impl StructuralPartialEq for OParIncrKey
Auto Trait Implementations§
impl Freeze for OParIncrKey
impl RefUnwindSafe for OParIncrKey
impl Send for OParIncrKey
impl Sync for OParIncrKey
impl Unpin for OParIncrKey
impl UnsafeUnpin for OParIncrKey
impl UnwindSafe for OParIncrKey
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