pub struct TradeRequestType;Expand description
TradeRequestType (569).
Implementations§
Source§impl TradeRequestType
impl TradeRequestType
pub const ALLTRADES: i64 = 0
pub const MATCHEDTRADES: i64 = 1
pub const UNMATCHEDTRADES: i64 = 2
pub const UNREPORTEDTRADES: i64 = 3
pub const ADVISORIESMATCH: i64 = 4
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeRequestType
impl RefUnwindSafe for TradeRequestType
impl Send for TradeRequestType
impl Sync for TradeRequestType
impl Unpin for TradeRequestType
impl UnsafeUnpin for TradeRequestType
impl UnwindSafe for TradeRequestType
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