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