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