pub struct ValueDomainDerivationV2Json {
pub schema_version: String,
pub product: String,
pub input_fact_kind: String,
pub input_constraint_kind: Option<String>,
pub input_value_count: i32,
pub reduced_kind: String,
pub steps: Vec<ValueDomainDerivationStepV2Json>,
}Fields§
§schema_version: String§product: String§input_fact_kind: String§input_constraint_kind: Option<String>§input_value_count: i32§reduced_kind: String§steps: Vec<ValueDomainDerivationStepV2Json>Trait Implementations§
Source§impl Clone for ValueDomainDerivationV2Json
impl Clone for ValueDomainDerivationV2Json
Source§fn clone(&self) -> ValueDomainDerivationV2Json
fn clone(&self) -> ValueDomainDerivationV2Json
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 ValueDomainDerivationV2Json
impl Debug for ValueDomainDerivationV2Json
Source§impl<'de> Deserialize<'de> for ValueDomainDerivationV2Json
impl<'de> Deserialize<'de> for ValueDomainDerivationV2Json
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 ValueDomainDerivationV2Json
Auto Trait Implementations§
impl Freeze for ValueDomainDerivationV2Json
impl RefUnwindSafe for ValueDomainDerivationV2Json
impl Send for ValueDomainDerivationV2Json
impl Sync for ValueDomainDerivationV2Json
impl Unpin for ValueDomainDerivationV2Json
impl UnsafeUnpin for ValueDomainDerivationV2Json
impl UnwindSafe for ValueDomainDerivationV2Json
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