pub struct ProofTrace {
pub trace_version: String,
pub command: Vec<String>,
pub source: String,
pub source_hash: String,
pub schema_version: String,
pub checked_artifacts: Vec<String>,
pub benchmark: Option<Value>,
pub packet_manifest: String,
pub packet_validation: String,
pub caveats: Vec<String>,
pub status: String,
pub trace_path: String,
}Fields§
§trace_version: String§command: Vec<String>§source: String§source_hash: String§schema_version: String§checked_artifacts: Vec<String>§benchmark: Option<Value>§packet_manifest: String§packet_validation: String§caveats: Vec<String>§status: String§trace_path: StringTrait Implementations§
Source§impl Debug for ProofTrace
impl Debug for ProofTrace
Auto Trait Implementations§
impl Freeze for ProofTrace
impl RefUnwindSafe for ProofTrace
impl Send for ProofTrace
impl Sync for ProofTrace
impl Unpin for ProofTrace
impl UnsafeUnpin for ProofTrace
impl UnwindSafe for ProofTrace
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