Struct phoenix_sdk_core::sdk_client_core::PhoenixOrder
source · pub struct PhoenixOrder {
pub num_base_lots: u64,
pub maker_id: Pubkey,
}
Fields§
§num_base_lots: u64
§maker_id: Pubkey
Trait Implementations§
source§impl Clone for PhoenixOrder
impl Clone for PhoenixOrder
source§fn clone(&self) -> PhoenixOrder
fn clone(&self) -> PhoenixOrder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PhoenixOrder
impl Debug for PhoenixOrder
source§impl OrderbookValue for PhoenixOrder
impl OrderbookValue for PhoenixOrder
impl Copy for PhoenixOrder
Auto Trait Implementations§
impl RefUnwindSafe for PhoenixOrder
impl Send for PhoenixOrder
impl Sync for PhoenixOrder
impl Unpin for PhoenixOrder
impl UnwindSafe for PhoenixOrder
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