pub struct ExpressionDomainProvenanceExplanationsV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub explanation_count: usize,
pub explanations: Vec<ExpressionDomainProvenanceExplanationV0>,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§explanation_count: usize§explanations: Vec<ExpressionDomainProvenanceExplanationV0>Trait Implementations§
Source§impl Serialize for ExpressionDomainProvenanceExplanationsV0
impl Serialize for ExpressionDomainProvenanceExplanationsV0
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ExpressionDomainProvenanceExplanationsV0
impl RefUnwindSafe for ExpressionDomainProvenanceExplanationsV0
impl Send for ExpressionDomainProvenanceExplanationsV0
impl Sync for ExpressionDomainProvenanceExplanationsV0
impl Unpin for ExpressionDomainProvenanceExplanationsV0
impl UnsafeUnpin for ExpressionDomainProvenanceExplanationsV0
impl UnwindSafe for ExpressionDomainProvenanceExplanationsV0
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