pub struct SubmitNewOrderRequestPath {
pub account_id: String,
}Fields§
§account_id: StringThe account to which the order will clear.
- Example:
"DU123456".to_string()
Trait Implementations§
Source§impl Clone for SubmitNewOrderRequestPath
impl Clone for SubmitNewOrderRequestPath
Source§fn clone(&self) -> SubmitNewOrderRequestPath
fn clone(&self) -> SubmitNewOrderRequestPath
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 SubmitNewOrderRequestPath
impl Debug for SubmitNewOrderRequestPath
Source§impl Default for SubmitNewOrderRequestPath
impl Default for SubmitNewOrderRequestPath
Source§impl Validate for SubmitNewOrderRequestPath
impl Validate for SubmitNewOrderRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for SubmitNewOrderRequestPath
impl<'v_a> ValidateArgs<'v_a> for SubmitNewOrderRequestPath
impl StructuralPartialEq for SubmitNewOrderRequestPath
Auto Trait Implementations§
impl Freeze for SubmitNewOrderRequestPath
impl RefUnwindSafe for SubmitNewOrderRequestPath
impl Send for SubmitNewOrderRequestPath
impl Sync for SubmitNewOrderRequestPath
impl Unpin for SubmitNewOrderRequestPath
impl UnsafeUnpin for SubmitNewOrderRequestPath
impl UnwindSafe for SubmitNewOrderRequestPath
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