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