pub struct GetGwApiV1AccountsRequest {
pub query: GetGwApiV1AccountsRequestQuery,
}Expand description
Retrieve the application request and IBKR response data based on IBKR accountId or externalId. Only available for accounts that originate via API
Scope: accounts.read
Security Policy: HTTPS
Fields§
§query: GetGwApiV1AccountsRequestQueryImplementations§
Source§impl GetGwApiV1AccountsRequest
impl GetGwApiV1AccountsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetGwApiV1AccountsResponse>
pub async fn parse_response(req: Response) -> Result<GetGwApiV1AccountsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1AccountsRequest
impl Clone for GetGwApiV1AccountsRequest
Source§fn clone(&self) -> GetGwApiV1AccountsRequest
fn clone(&self) -> GetGwApiV1AccountsRequest
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 GetGwApiV1AccountsRequest
impl Debug for GetGwApiV1AccountsRequest
Source§impl Default for GetGwApiV1AccountsRequest
impl Default for GetGwApiV1AccountsRequest
Source§impl Validate for GetGwApiV1AccountsRequest
impl Validate for GetGwApiV1AccountsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1AccountsRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1AccountsRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1AccountsRequest
impl RefUnwindSafe for GetGwApiV1AccountsRequest
impl Send for GetGwApiV1AccountsRequest
impl Sync for GetGwApiV1AccountsRequest
impl Unpin for GetGwApiV1AccountsRequest
impl UnsafeUnpin for GetGwApiV1AccountsRequest
impl UnwindSafe for GetGwApiV1AccountsRequest
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