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