pub struct ProvenancePosteriorAnnotationV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub node_count: usize,
pub annotations: Vec<ProvenancePosteriorNodeV0>,
pub provenance: Option<AbstractClassValueProvenanceV0>,
pub annotation_id: String,
pub mutates_existing_provenance_enum: bool,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§node_count: usize§annotations: Vec<ProvenancePosteriorNodeV0>§provenance: Option<AbstractClassValueProvenanceV0>§annotation_id: String§mutates_existing_provenance_enum: boolTrait Implementations§
Source§impl Clone for ProvenancePosteriorAnnotationV0
impl Clone for ProvenancePosteriorAnnotationV0
Source§fn clone(&self) -> ProvenancePosteriorAnnotationV0
fn clone(&self) -> ProvenancePosteriorAnnotationV0
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 PartialEq for ProvenancePosteriorAnnotationV0
impl PartialEq for ProvenancePosteriorAnnotationV0
Source§fn eq(&self, other: &ProvenancePosteriorAnnotationV0) -> bool
fn eq(&self, other: &ProvenancePosteriorAnnotationV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProvenancePosteriorAnnotationV0
Auto Trait Implementations§
impl Freeze for ProvenancePosteriorAnnotationV0
impl RefUnwindSafe for ProvenancePosteriorAnnotationV0
impl Send for ProvenancePosteriorAnnotationV0
impl Sync for ProvenancePosteriorAnnotationV0
impl Unpin for ProvenancePosteriorAnnotationV0
impl UnsafeUnpin for ProvenancePosteriorAnnotationV0
impl UnwindSafe for ProvenancePosteriorAnnotationV0
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