pub struct PatchGwApiV1AccountsAccountidTasksRequest {
pub path: PatchGwApiV1AccountsAccountidTasksRequestPath,
pub body: AccountRequestBody,
}Expand description
Task status can be updated from this api
Scope: accounts.write
Security Policy: Signed JWT
Fields§
§path: PatchGwApiV1AccountsAccountidTasksRequestPath§body: AccountRequestBodyImplementations§
Source§impl PatchGwApiV1AccountsAccountidTasksRequest
impl PatchGwApiV1AccountsAccountidTasksRequest
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 PatchGwApiV1AccountsAccountidTasksRequest
impl Clone for PatchGwApiV1AccountsAccountidTasksRequest
Source§fn clone(&self) -> PatchGwApiV1AccountsAccountidTasksRequest
fn clone(&self) -> PatchGwApiV1AccountsAccountidTasksRequest
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 PatchGwApiV1AccountsAccountidTasksRequest
impl<'v_a> ValidateArgs<'v_a> for PatchGwApiV1AccountsAccountidTasksRequest
Auto Trait Implementations§
impl Freeze for PatchGwApiV1AccountsAccountidTasksRequest
impl RefUnwindSafe for PatchGwApiV1AccountsAccountidTasksRequest
impl Send for PatchGwApiV1AccountsAccountidTasksRequest
impl Sync for PatchGwApiV1AccountsAccountidTasksRequest
impl Unpin for PatchGwApiV1AccountsAccountidTasksRequest
impl UnsafeUnpin for PatchGwApiV1AccountsAccountidTasksRequest
impl UnwindSafe for PatchGwApiV1AccountsAccountidTasksRequest
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