pub struct MeasureEnvelope { /* private fields */ }Expand description
Current measure-command result envelope.
Implementations§
Source§impl MeasureEnvelope
impl MeasureEnvelope
Sourcepub fn new(
tool: ToolInfo,
files: Vec<MeasureFileReport>,
) -> Result<Self, OutputContractError>
pub fn new( tool: ToolInfo, files: Vec<MeasureFileReport>, ) -> Result<Self, OutputContractError>
Construct a schema-valid measurement envelope.
Trait Implementations§
Source§impl Clone for MeasureEnvelope
impl Clone for MeasureEnvelope
Source§fn clone(&self) -> MeasureEnvelope
fn clone(&self) -> MeasureEnvelope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MeasureEnvelope
impl Debug for MeasureEnvelope
Auto Trait Implementations§
impl Freeze for MeasureEnvelope
impl RefUnwindSafe for MeasureEnvelope
impl Send for MeasureEnvelope
impl Sync for MeasureEnvelope
impl Unpin for MeasureEnvelope
impl UnsafeUnpin for MeasureEnvelope
impl UnwindSafe for MeasureEnvelope
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