pub struct PostGwApiV1AccountsRequest {
pub body: AccountRequestBody,
}Expand description
Submit account application. This will create brokerage account for the end user.
Scope: accounts.write
Security Policy: Signed JWT
Fields§
§body: AccountRequestBodyImplementations§
Source§impl PostGwApiV1AccountsRequest
impl PostGwApiV1AccountsRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1AccountsResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1AccountsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1AccountsRequest
impl Clone for PostGwApiV1AccountsRequest
Source§fn clone(&self) -> PostGwApiV1AccountsRequest
fn clone(&self) -> PostGwApiV1AccountsRequest
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 PostGwApiV1AccountsRequest
impl Debug for PostGwApiV1AccountsRequest
Source§impl Default for PostGwApiV1AccountsRequest
impl Default for PostGwApiV1AccountsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1AccountsRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1AccountsRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1AccountsRequest
impl RefUnwindSafe for PostGwApiV1AccountsRequest
impl Send for PostGwApiV1AccountsRequest
impl Sync for PostGwApiV1AccountsRequest
impl Unpin for PostGwApiV1AccountsRequest
impl UnsafeUnpin for PostGwApiV1AccountsRequest
impl UnwindSafe for PostGwApiV1AccountsRequest
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