pub struct ValueDomainProvenanceNodeV2Json {
pub operation: String,
pub result_kind: String,
pub result_provenance: Option<String>,
pub detail: Option<String>,
pub reason: String,
pub children: Vec<ValueDomainProvenanceNodeV2Json>,
}Fields§
§operation: String§result_kind: String§result_provenance: Option<String>§detail: Option<String>§reason: String§children: Vec<ValueDomainProvenanceNodeV2Json>Trait Implementations§
Source§impl Clone for ValueDomainProvenanceNodeV2Json
impl Clone for ValueDomainProvenanceNodeV2Json
Source§fn clone(&self) -> ValueDomainProvenanceNodeV2Json
fn clone(&self) -> ValueDomainProvenanceNodeV2Json
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 ValueDomainProvenanceNodeV2Json
impl<'de> Deserialize<'de> for ValueDomainProvenanceNodeV2Json
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 ValueDomainProvenanceNodeV2Json
Auto Trait Implementations§
impl Freeze for ValueDomainProvenanceNodeV2Json
impl RefUnwindSafe for ValueDomainProvenanceNodeV2Json
impl Send for ValueDomainProvenanceNodeV2Json
impl Sync for ValueDomainProvenanceNodeV2Json
impl Unpin for ValueDomainProvenanceNodeV2Json
impl UnsafeUnpin for ValueDomainProvenanceNodeV2Json
impl UnwindSafe for ValueDomainProvenanceNodeV2Json
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