pub struct ValueDomainDerivationStepV2Json {
pub operation: String,
pub input_kind: Option<String>,
pub refinement_kind: Option<String>,
pub result_kind: String,
pub result_provenance: Option<String>,
pub reason: String,
}Fields§
§operation: String§input_kind: Option<String>§refinement_kind: Option<String>§result_kind: String§result_provenance: Option<String>§reason: StringTrait Implementations§
Source§impl Clone for ValueDomainDerivationStepV2Json
impl Clone for ValueDomainDerivationStepV2Json
Source§fn clone(&self) -> ValueDomainDerivationStepV2Json
fn clone(&self) -> ValueDomainDerivationStepV2Json
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<'de> Deserialize<'de> for ValueDomainDerivationStepV2Json
impl<'de> Deserialize<'de> for ValueDomainDerivationStepV2Json
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ValueDomainDerivationStepV2Json
Auto Trait Implementations§
impl Freeze for ValueDomainDerivationStepV2Json
impl RefUnwindSafe for ValueDomainDerivationStepV2Json
impl Send for ValueDomainDerivationStepV2Json
impl Sync for ValueDomainDerivationStepV2Json
impl Unpin for ValueDomainDerivationStepV2Json
impl UnsafeUnpin for ValueDomainDerivationStepV2Json
impl UnwindSafe for ValueDomainDerivationStepV2Json
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