pub struct StochasticResult {
pub k: f64,
pub d: f64,
}Fields§
§k: f64§d: f64Trait Implementations§
Source§impl Clone for StochasticResult
impl Clone for StochasticResult
Source§fn clone(&self) -> StochasticResult
fn clone(&self) -> StochasticResult
Returns a duplicate 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 Debug for StochasticResult
impl Debug for StochasticResult
Source§impl<'de> Deserialize<'de> for StochasticResult
impl<'de> Deserialize<'de> for StochasticResult
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
Source§impl PartialEq for StochasticResult
impl PartialEq for StochasticResult
Source§impl Serialize for StochasticResult
impl Serialize for StochasticResult
impl Copy for StochasticResult
impl StructuralPartialEq for StochasticResult
Auto Trait Implementations§
impl Freeze for StochasticResult
impl RefUnwindSafe for StochasticResult
impl Send for StochasticResult
impl Sync for StochasticResult
impl Unpin for StochasticResult
impl UnwindSafe for StochasticResult
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