pub struct UnitProbabilityJson {
pub level1: f64,
pub level2: f64,
}Fields§
§level1: f64§level2: f64Trait Implementations§
Source§impl Clone for UnitProbabilityJson
impl Clone for UnitProbabilityJson
Source§fn clone(&self) -> UnitProbabilityJson
fn clone(&self) -> UnitProbabilityJson
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for UnitProbabilityJson
impl<'de> Deserialize<'de> for UnitProbabilityJson
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UnitProbabilityJson
impl RefUnwindSafe for UnitProbabilityJson
impl Send for UnitProbabilityJson
impl Sync for UnitProbabilityJson
impl Unpin for UnitProbabilityJson
impl UnwindSafe for UnitProbabilityJson
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