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