pub struct AVGPRICE { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVGPRICE
impl RefUnwindSafe for AVGPRICE
impl Send for AVGPRICE
impl Sync for AVGPRICE
impl Unpin for AVGPRICE
impl UnsafeUnpin for AVGPRICE
impl UnwindSafe for AVGPRICE
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