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