pub struct GetGwApiV1AccountsAccountidTasksRequest {
pub path: GetGwApiV1AccountsAccountidTasksRequestPath,
pub query: GetGwApiV1AccountsAccountidTasksRequestQuery,
}Expand description
Query registration tasks assigned to account and pending tasks that are required for account approval
Scope: accounts.read
Security Policy: HTTPS
Fields§
§path: GetGwApiV1AccountsAccountidTasksRequestPath§query: GetGwApiV1AccountsAccountidTasksRequestQueryImplementations§
Source§impl GetGwApiV1AccountsAccountidTasksRequest
impl GetGwApiV1AccountsAccountidTasksRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1AccountsAccountidTasksResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1AccountsAccountidTasksResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1AccountsAccountidTasksRequest
impl Clone for GetGwApiV1AccountsAccountidTasksRequest
Source§fn clone(&self) -> GetGwApiV1AccountsAccountidTasksRequest
fn clone(&self) -> GetGwApiV1AccountsAccountidTasksRequest
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 GetGwApiV1AccountsAccountidTasksRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1AccountsAccountidTasksRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1AccountsAccountidTasksRequest
impl RefUnwindSafe for GetGwApiV1AccountsAccountidTasksRequest
impl Send for GetGwApiV1AccountsAccountidTasksRequest
impl Sync for GetGwApiV1AccountsAccountidTasksRequest
impl Unpin for GetGwApiV1AccountsAccountidTasksRequest
impl UnsafeUnpin for GetGwApiV1AccountsAccountidTasksRequest
impl UnwindSafe for GetGwApiV1AccountsAccountidTasksRequest
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