pub struct PatchGwApiV1AccountsRequest {
pub body: AccountRequestBody,
}Expand description
Update information for an existing accountId
Scope: accounts.write
Security Policy: Signed JWT
Fields§
§body: AccountRequestBodyImplementations§
Source§impl PatchGwApiV1AccountsRequest
impl PatchGwApiV1AccountsRequest
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 PatchGwApiV1AccountsRequest
impl Clone for PatchGwApiV1AccountsRequest
Source§fn clone(&self) -> PatchGwApiV1AccountsRequest
fn clone(&self) -> PatchGwApiV1AccountsRequest
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 PatchGwApiV1AccountsRequest
impl Debug for PatchGwApiV1AccountsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for PatchGwApiV1AccountsRequest
impl<'v_a> ValidateArgs<'v_a> for PatchGwApiV1AccountsRequest
Auto Trait Implementations§
impl Freeze for PatchGwApiV1AccountsRequest
impl RefUnwindSafe for PatchGwApiV1AccountsRequest
impl Send for PatchGwApiV1AccountsRequest
impl Sync for PatchGwApiV1AccountsRequest
impl Unpin for PatchGwApiV1AccountsRequest
impl UnsafeUnpin for PatchGwApiV1AccountsRequest
impl UnwindSafe for PatchGwApiV1AccountsRequest
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