pub struct RandomWalkSummary {
pub final_position: f64,
pub min_position: f64,
pub max_position: f64,
}Fields§
§final_position: f64§min_position: f64§max_position: f64Trait Implementations§
Source§impl Clone for RandomWalkSummary
impl Clone for RandomWalkSummary
Source§fn clone(&self) -> RandomWalkSummary
fn clone(&self) -> RandomWalkSummary
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 RandomWalkSummary
impl Debug for RandomWalkSummary
Source§impl PartialEq for RandomWalkSummary
impl PartialEq for RandomWalkSummary
Source§fn eq(&self, other: &RandomWalkSummary) -> bool
fn eq(&self, other: &RandomWalkSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RandomWalkSummary
impl StructuralPartialEq for RandomWalkSummary
Auto Trait Implementations§
impl Freeze for RandomWalkSummary
impl RefUnwindSafe for RandomWalkSummary
impl Send for RandomWalkSummary
impl Sync for RandomWalkSummary
impl Unpin for RandomWalkSummary
impl UnsafeUnpin for RandomWalkSummary
impl UnwindSafe for RandomWalkSummary
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