pub struct Drawdown<T, V> { /* private fields */ }Expand description
Keep track of the current peak to valley.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, V> Freeze for Drawdown<T, V>
impl<T, V> RefUnwindSafe for Drawdown<T, V>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, V> Send for Drawdown<T, V>
impl<T, V> Sync for Drawdown<T, V>
impl<T, V> Unpin for Drawdown<T, V>
impl<T, V> UnsafeUnpin for Drawdown<T, V>where
V: UnsafeUnpin,
T: UnsafeUnpin,
impl<T, V> UnwindSafe for Drawdown<T, V>where
V: UnwindSafe,
T: UnwindSafe,
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