pub struct TargetNotional {
pub target_usdt: f64,
}Fields§
§target_usdt: f64Trait Implementations§
Source§impl Clone for TargetNotional
impl Clone for TargetNotional
Source§fn clone(&self) -> TargetNotional
fn clone(&self) -> TargetNotional
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 TargetNotional
impl Debug for TargetNotional
Source§impl PartialEq for TargetNotional
impl PartialEq for TargetNotional
impl Copy for TargetNotional
impl StructuralPartialEq for TargetNotional
Auto Trait Implementations§
impl Freeze for TargetNotional
impl RefUnwindSafe for TargetNotional
impl Send for TargetNotional
impl Sync for TargetNotional
impl Unpin for TargetNotional
impl UnsafeUnpin for TargetNotional
impl UnwindSafe for TargetNotional
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