pub struct FetchOrdersParams {
pub market_id: Option<String>,
}Fields§
§market_id: Option<String>Trait Implementations§
Source§impl Clone for FetchOrdersParams
impl Clone for FetchOrdersParams
Source§fn clone(&self) -> FetchOrdersParams
fn clone(&self) -> FetchOrdersParams
Returns a duplicate 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 FetchOrdersParams
impl Debug for FetchOrdersParams
Source§impl Default for FetchOrdersParams
impl Default for FetchOrdersParams
Source§fn default() -> FetchOrdersParams
fn default() -> FetchOrdersParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FetchOrdersParams
impl RefUnwindSafe for FetchOrdersParams
impl Send for FetchOrdersParams
impl Sync for FetchOrdersParams
impl Unpin for FetchOrdersParams
impl UnwindSafe for FetchOrdersParams
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