pub struct GetGwApiV1ParticipatingBanksRequest {
pub query: GetGwApiV1ParticipatingBanksRequestQuery,
}Expand description
Get list of banks which support banking connection with Interactive Brokers.
Scope: enumerations.read
Security Policy: HTTPS
Fields§
§query: GetGwApiV1ParticipatingBanksRequestQueryImplementations§
Source§impl GetGwApiV1ParticipatingBanksRequest
impl GetGwApiV1ParticipatingBanksRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1ParticipatingBanksResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1ParticipatingBanksResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1ParticipatingBanksRequest
impl Clone for GetGwApiV1ParticipatingBanksRequest
Source§fn clone(&self) -> GetGwApiV1ParticipatingBanksRequest
fn clone(&self) -> GetGwApiV1ParticipatingBanksRequest
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<'v_a> ValidateArgs<'v_a> for GetGwApiV1ParticipatingBanksRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1ParticipatingBanksRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1ParticipatingBanksRequest
impl RefUnwindSafe for GetGwApiV1ParticipatingBanksRequest
impl Send for GetGwApiV1ParticipatingBanksRequest
impl Sync for GetGwApiV1ParticipatingBanksRequest
impl Unpin for GetGwApiV1ParticipatingBanksRequest
impl UnsafeUnpin for GetGwApiV1ParticipatingBanksRequest
impl UnwindSafe for GetGwApiV1ParticipatingBanksRequest
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