pub struct PostGwApiV1AccountsAccountidTasksRequest {
pub path: PostGwApiV1AccountsAccountidTasksRequestPath,
pub body: AccountRequestBody,
}Expand description
Task can be assigned from this api
Scope: accounts.write
Security Policy: Signed JWT
Fields§
§path: PostGwApiV1AccountsAccountidTasksRequestPath§body: AccountRequestBodyImplementations§
Source§impl PostGwApiV1AccountsAccountidTasksRequest
impl PostGwApiV1AccountsAccountidTasksRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<PostGwApiV1AccountsAccountidTasksResponse>
pub async fn parse_response( req: Response, ) -> Result<PostGwApiV1AccountsAccountidTasksResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PostGwApiV1AccountsAccountidTasksRequest
impl Clone for PostGwApiV1AccountsAccountidTasksRequest
Source§fn clone(&self) -> PostGwApiV1AccountsAccountidTasksRequest
fn clone(&self) -> PostGwApiV1AccountsAccountidTasksRequest
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 PostGwApiV1AccountsAccountidTasksRequest
impl<'v_a> ValidateArgs<'v_a> for PostGwApiV1AccountsAccountidTasksRequest
Auto Trait Implementations§
impl Freeze for PostGwApiV1AccountsAccountidTasksRequest
impl RefUnwindSafe for PostGwApiV1AccountsAccountidTasksRequest
impl Send for PostGwApiV1AccountsAccountidTasksRequest
impl Sync for PostGwApiV1AccountsAccountidTasksRequest
impl Unpin for PostGwApiV1AccountsAccountidTasksRequest
impl UnsafeUnpin for PostGwApiV1AccountsAccountidTasksRequest
impl UnwindSafe for PostGwApiV1AccountsAccountidTasksRequest
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