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