pub struct GetOrderParams {
pub order_id: String,
}Expand description
struct for passing parameters to the method TradingBetaApi::get_order
Fields§
§order_id: StringThe ID of the order to fetch.
Implementations§
Source§impl GetOrderParams
impl GetOrderParams
Sourcepub fn builder() -> GetOrderParamsBuilder
pub fn builder() -> GetOrderParamsBuilder
Create an instance of GetOrderParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetOrderParams
impl Clone for GetOrderParams
Source§fn clone(&self) -> GetOrderParams
fn clone(&self) -> GetOrderParams
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 moreAuto Trait Implementations§
impl Freeze for GetOrderParams
impl RefUnwindSafe for GetOrderParams
impl Send for GetOrderParams
impl Sync for GetOrderParams
impl Unpin for GetOrderParams
impl UnwindSafe for GetOrderParams
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