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