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