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