Struct DrawdownWindow
pub struct DrawdownWindow { /* private fields */ }Expand description
A simple observation-count drawdown window.
Implementations§
§impl DrawdownWindow
impl DrawdownWindow
Trait Implementations§
§impl Clone for DrawdownWindow
impl Clone for DrawdownWindow
§fn clone(&self) -> DrawdownWindow
fn clone(&self) -> DrawdownWindow
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 more§impl Debug for DrawdownWindow
impl Debug for DrawdownWindow
§impl Hash for DrawdownWindow
impl Hash for DrawdownWindow
§impl Ord for DrawdownWindow
impl Ord for DrawdownWindow
§impl PartialEq for DrawdownWindow
impl PartialEq for DrawdownWindow
§impl PartialOrd for DrawdownWindow
impl PartialOrd for DrawdownWindow
impl Copy for DrawdownWindow
impl Eq for DrawdownWindow
impl StructuralPartialEq for DrawdownWindow
Auto Trait Implementations§
impl Freeze for DrawdownWindow
impl RefUnwindSafe for DrawdownWindow
impl Send for DrawdownWindow
impl Sync for DrawdownWindow
impl Unpin for DrawdownWindow
impl UnsafeUnpin for DrawdownWindow
impl UnwindSafe for DrawdownWindow
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