pub struct CollateralDelta<T: Unsigned> { /* private fields */ }Expand description
Collateral Delta Values.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for CollateralDelta<T>
impl<T> RefUnwindSafe for CollateralDelta<T>
impl<T> Send for CollateralDelta<T>
impl<T> Sync for CollateralDelta<T>
impl<T> Unpin for CollateralDelta<T>
impl<T> UnwindSafe for CollateralDelta<T>
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