pub struct MachineContractInput {
pub coverage: MachineContractCoverage,
}Fields§
§coverage: MachineContractCoverageImplementations§
Source§impl MachineContractInput
impl MachineContractInput
pub fn from_coverage(coverage: MachineContractCoverage) -> Self
Trait Implementations§
Source§impl Clone for MachineContractInput
impl Clone for MachineContractInput
Source§fn clone(&self) -> MachineContractInput
fn clone(&self) -> MachineContractInput
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 MachineContractInput
impl Debug for MachineContractInput
Source§impl Default for MachineContractInput
impl Default for MachineContractInput
impl Eq for MachineContractInput
Source§impl JsonSchema for MachineContractInput
impl JsonSchema for MachineContractInput
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for MachineContractInput
impl PartialEq for MachineContractInput
Source§fn eq(&self, other: &MachineContractInput) -> bool
fn eq(&self, other: &MachineContractInput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MachineContractInput
impl Serialize for MachineContractInput
impl StructuralPartialEq for MachineContractInput
Auto Trait Implementations§
impl Freeze for MachineContractInput
impl RefUnwindSafe for MachineContractInput
impl Send for MachineContractInput
impl Sync for MachineContractInput
impl Unpin for MachineContractInput
impl UnsafeUnpin for MachineContractInput
impl UnwindSafe for MachineContractInput
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