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