pub struct TotalNetValue;Expand description
TotalNetValue (900).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TotalNetValue
impl RefUnwindSafe for TotalNetValue
impl Send for TotalNetValue
impl Sync for TotalNetValue
impl Unpin for TotalNetValue
impl UnsafeUnpin for TotalNetValue
impl UnwindSafe for TotalNetValue
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