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