pub struct DesignerIntentPosteriorV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub mode: DesignerIntentPosteriorModeV0,
pub selector_name: String,
pub scores: Vec<DesignerIntentScoreV0>,
pub enabled_by_default: bool,
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§mode: DesignerIntentPosteriorModeV0§selector_name: String§scores: Vec<DesignerIntentScoreV0>§enabled_by_default: boolTrait Implementations§
Source§impl Clone for DesignerIntentPosteriorV0
impl Clone for DesignerIntentPosteriorV0
Source§fn clone(&self) -> DesignerIntentPosteriorV0
fn clone(&self) -> DesignerIntentPosteriorV0
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 DesignerIntentPosteriorV0
impl Debug for DesignerIntentPosteriorV0
Source§impl PartialEq for DesignerIntentPosteriorV0
impl PartialEq for DesignerIntentPosteriorV0
Source§fn eq(&self, other: &DesignerIntentPosteriorV0) -> bool
fn eq(&self, other: &DesignerIntentPosteriorV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DesignerIntentPosteriorV0
Auto Trait Implementations§
impl Freeze for DesignerIntentPosteriorV0
impl RefUnwindSafe for DesignerIntentPosteriorV0
impl Send for DesignerIntentPosteriorV0
impl Sync for DesignerIntentPosteriorV0
impl Unpin for DesignerIntentPosteriorV0
impl UnsafeUnpin for DesignerIntentPosteriorV0
impl UnwindSafe for DesignerIntentPosteriorV0
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