pub struct GrnExplicitAttractorEnumerationV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub variable_count: usize,
pub state_count: usize,
pub transition_count: usize,
pub fixed_point_count: usize,
pub fixed_point_states: Vec<u64>,
pub transition_digest: String,
pub complete: bool,
pub transitions: Vec<GrnTransitionRecordV0>,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§variable_count: usize§state_count: usize§transition_count: usize§fixed_point_count: usize§fixed_point_states: Vec<u64>§transition_digest: String§complete: bool§transitions: Vec<GrnTransitionRecordV0>Trait Implementations§
Source§impl Clone for GrnExplicitAttractorEnumerationV0
impl Clone for GrnExplicitAttractorEnumerationV0
Source§fn clone(&self) -> GrnExplicitAttractorEnumerationV0
fn clone(&self) -> GrnExplicitAttractorEnumerationV0
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 moreimpl Eq for GrnExplicitAttractorEnumerationV0
Source§impl PartialEq for GrnExplicitAttractorEnumerationV0
impl PartialEq for GrnExplicitAttractorEnumerationV0
Source§fn eq(&self, other: &GrnExplicitAttractorEnumerationV0) -> bool
fn eq(&self, other: &GrnExplicitAttractorEnumerationV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GrnExplicitAttractorEnumerationV0
Auto Trait Implementations§
impl Freeze for GrnExplicitAttractorEnumerationV0
impl RefUnwindSafe for GrnExplicitAttractorEnumerationV0
impl Send for GrnExplicitAttractorEnumerationV0
impl Sync for GrnExplicitAttractorEnumerationV0
impl Unpin for GrnExplicitAttractorEnumerationV0
impl UnsafeUnpin for GrnExplicitAttractorEnumerationV0
impl UnwindSafe for GrnExplicitAttractorEnumerationV0
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