pub struct QueryWithdrawableCashEquity {
pub account_id: String,
pub client_instruction_id: f64,
pub currency: String,
}Fields§
§account_id: String- Example:
"U399192".to_string()
client_instruction_id: f64- Example:
1012983.0
currency: String- Example:
"USD".to_string()
Trait Implementations§
Source§impl Clone for QueryWithdrawableCashEquity
impl Clone for QueryWithdrawableCashEquity
Source§fn clone(&self) -> QueryWithdrawableCashEquity
fn clone(&self) -> QueryWithdrawableCashEquity
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 QueryWithdrawableCashEquity
impl Debug for QueryWithdrawableCashEquity
Source§impl<'v_a> ValidateArgs<'v_a> for QueryWithdrawableCashEquity
impl<'v_a> ValidateArgs<'v_a> for QueryWithdrawableCashEquity
impl StructuralPartialEq for QueryWithdrawableCashEquity
Auto Trait Implementations§
impl Freeze for QueryWithdrawableCashEquity
impl RefUnwindSafe for QueryWithdrawableCashEquity
impl Send for QueryWithdrawableCashEquity
impl Sync for QueryWithdrawableCashEquity
impl Unpin for QueryWithdrawableCashEquity
impl UnsafeUnpin for QueryWithdrawableCashEquity
impl UnwindSafe for QueryWithdrawableCashEquity
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