pub struct PatchGwApiV1AccountsAccountidStatusRequest {
pub path: PatchGwApiV1AccountsAccountidStatusRequestPath,
pub body: AccountRequestBody,
}Expand description
Query status of account by accountId
Scope: accounts.write
Security Policy: Signed JWT
Fields§
§path: PatchGwApiV1AccountsAccountidStatusRequestPath§body: AccountRequestBodyImplementations§
Source§impl PatchGwApiV1AccountsAccountidStatusRequest
impl PatchGwApiV1AccountsAccountidStatusRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1AccountsAccountidStatusResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1AccountsAccountidStatusResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for PatchGwApiV1AccountsAccountidStatusRequest
impl Clone for PatchGwApiV1AccountsAccountidStatusRequest
Source§fn clone(&self) -> PatchGwApiV1AccountsAccountidStatusRequest
fn clone(&self) -> PatchGwApiV1AccountsAccountidStatusRequest
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 PatchGwApiV1AccountsAccountidStatusRequest
impl<'v_a> ValidateArgs<'v_a> for PatchGwApiV1AccountsAccountidStatusRequest
Auto Trait Implementations§
impl Freeze for PatchGwApiV1AccountsAccountidStatusRequest
impl RefUnwindSafe for PatchGwApiV1AccountsAccountidStatusRequest
impl Send for PatchGwApiV1AccountsAccountidStatusRequest
impl Sync for PatchGwApiV1AccountsAccountidStatusRequest
impl Unpin for PatchGwApiV1AccountsAccountidStatusRequest
impl UnsafeUnpin for PatchGwApiV1AccountsAccountidStatusRequest
impl UnwindSafe for PatchGwApiV1AccountsAccountidStatusRequest
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