pub struct ScriptRecord {
pub path: String,
pub sha256: String,
}Expand description
One materialized script, proven by digest.
Fields§
§path: StringThe script’s path relative to the run directory.
sha256: StringThe digest of the bytes that ran, equal to the embedded bytes.
Trait Implementations§
Source§impl Debug for ScriptRecord
impl Debug for ScriptRecord
Auto Trait Implementations§
impl Freeze for ScriptRecord
impl RefUnwindSafe for ScriptRecord
impl Send for ScriptRecord
impl Sync for ScriptRecord
impl Unpin for ScriptRecord
impl UnsafeUnpin for ScriptRecord
impl UnwindSafe for ScriptRecord
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