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