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