pub struct GetOrderStatusRequestPath {
pub order_id: i32,
}Fields§
§order_id: i32The IB-assigned order ID of the desired order ticket.
- Example:
1_799_796_559i32
Trait Implementations§
Source§impl Clone for GetOrderStatusRequestPath
impl Clone for GetOrderStatusRequestPath
Source§fn clone(&self) -> GetOrderStatusRequestPath
fn clone(&self) -> GetOrderStatusRequestPath
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 GetOrderStatusRequestPath
impl Debug for GetOrderStatusRequestPath
Source§impl Default for GetOrderStatusRequestPath
impl Default for GetOrderStatusRequestPath
impl StructuralPartialEq for GetOrderStatusRequestPath
Auto Trait Implementations§
impl Freeze for GetOrderStatusRequestPath
impl RefUnwindSafe for GetOrderStatusRequestPath
impl Send for GetOrderStatusRequestPath
impl Sync for GetOrderStatusRequestPath
impl Unpin for GetOrderStatusRequestPath
impl UnsafeUnpin for GetOrderStatusRequestPath
impl UnwindSafe for GetOrderStatusRequestPath
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