pub struct PolynomialProvenanceV0 {Show 13 fields
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub polynomial_kind: &'static str,
pub claim_level: &'static str,
pub theorem_claimed: bool,
pub selected_ladder: String,
pub available_ladder_tiers: Vec<&'static str>,
pub root_operator: &'static str,
pub variables: Vec<PolynomialProvenanceVariableV0>,
pub terms: Vec<PolynomialProvenanceTermV0>,
pub projections: Vec<PolynomialProvenanceProjectionV0>,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§polynomial_kind: &'static str§claim_level: &'static str§theorem_claimed: bool§selected_ladder: String§available_ladder_tiers: Vec<&'static str>§root_operator: &'static str§variables: Vec<PolynomialProvenanceVariableV0>§terms: Vec<PolynomialProvenanceTermV0>§projections: Vec<PolynomialProvenanceProjectionV0>Trait Implementations§
Source§impl Clone for PolynomialProvenanceV0
impl Clone for PolynomialProvenanceV0
Source§fn clone(&self) -> PolynomialProvenanceV0
fn clone(&self) -> PolynomialProvenanceV0
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 PolynomialProvenanceV0
impl Debug for PolynomialProvenanceV0
impl Eq for PolynomialProvenanceV0
Source§impl PartialEq for PolynomialProvenanceV0
impl PartialEq for PolynomialProvenanceV0
Source§impl Serialize for PolynomialProvenanceV0
impl Serialize for PolynomialProvenanceV0
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
impl StructuralPartialEq for PolynomialProvenanceV0
Auto Trait Implementations§
impl Freeze for PolynomialProvenanceV0
impl RefUnwindSafe for PolynomialProvenanceV0
impl Send for PolynomialProvenanceV0
impl Sync for PolynomialProvenanceV0
impl Unpin for PolynomialProvenanceV0
impl UnsafeUnpin for PolynomialProvenanceV0
impl UnwindSafe for PolynomialProvenanceV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.