pub struct GetBrokerageAccountsRequest {}Expand description
Returns a list of accounts the user has trading access to, their respective aliases and the currently selected account. Note this endpoint must be called before modifying an order or querying open orders.
Implementations§
Source§impl GetBrokerageAccountsRequest
impl GetBrokerageAccountsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetBrokerageAccountsResponse>
pub async fn parse_response( req: Response, ) -> Result<GetBrokerageAccountsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetBrokerageAccountsRequest
impl Clone for GetBrokerageAccountsRequest
Source§fn clone(&self) -> GetBrokerageAccountsRequest
fn clone(&self) -> GetBrokerageAccountsRequest
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 GetBrokerageAccountsRequest
impl Debug for GetBrokerageAccountsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetBrokerageAccountsRequest
impl<'v_a> ValidateArgs<'v_a> for GetBrokerageAccountsRequest
Auto Trait Implementations§
impl Freeze for GetBrokerageAccountsRequest
impl RefUnwindSafe for GetBrokerageAccountsRequest
impl Send for GetBrokerageAccountsRequest
impl Sync for GetBrokerageAccountsRequest
impl Unpin for GetBrokerageAccountsRequest
impl UnsafeUnpin for GetBrokerageAccountsRequest
impl UnwindSafe for GetBrokerageAccountsRequest
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