pub struct BooleanGRNStateV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub top_policy: GrnTopHandlingPolicyV0,
pub vertices: Vec<GrnVertexStateV0>,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§top_policy: GrnTopHandlingPolicyV0§vertices: Vec<GrnVertexStateV0>Trait Implementations§
Source§impl Clone for BooleanGRNStateV0
impl Clone for BooleanGRNStateV0
Source§fn clone(&self) -> BooleanGRNStateV0
fn clone(&self) -> BooleanGRNStateV0
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 BooleanGRNStateV0
impl Debug for BooleanGRNStateV0
impl Eq for BooleanGRNStateV0
Source§impl PartialEq for BooleanGRNStateV0
impl PartialEq for BooleanGRNStateV0
Source§fn eq(&self, other: &BooleanGRNStateV0) -> bool
fn eq(&self, other: &BooleanGRNStateV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BooleanGRNStateV0
impl Serialize for BooleanGRNStateV0
impl StructuralPartialEq for BooleanGRNStateV0
Auto Trait Implementations§
impl Freeze for BooleanGRNStateV0
impl RefUnwindSafe for BooleanGRNStateV0
impl Send for BooleanGRNStateV0
impl Sync for BooleanGRNStateV0
impl Unpin for BooleanGRNStateV0
impl UnsafeUnpin for BooleanGRNStateV0
impl UnwindSafe for BooleanGRNStateV0
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