pub struct GetGwApiV1AccountsAccountidStatusRequest {
pub path: GetGwApiV1AccountsAccountidStatusRequestPath,
}Expand description
Query status of account by accountId
Scope: accounts.read
Security Policy: HTTPS
Fields§
§path: GetGwApiV1AccountsAccountidStatusRequestPathImplementations§
Source§impl GetGwApiV1AccountsAccountidStatusRequest
impl GetGwApiV1AccountsAccountidStatusRequest
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 GetGwApiV1AccountsAccountidStatusRequest
impl Clone for GetGwApiV1AccountsAccountidStatusRequest
Source§fn clone(&self) -> GetGwApiV1AccountsAccountidStatusRequest
fn clone(&self) -> GetGwApiV1AccountsAccountidStatusRequest
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 GetGwApiV1AccountsAccountidStatusRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1AccountsAccountidStatusRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1AccountsAccountidStatusRequest
impl RefUnwindSafe for GetGwApiV1AccountsAccountidStatusRequest
impl Send for GetGwApiV1AccountsAccountidStatusRequest
impl Sync for GetGwApiV1AccountsAccountidStatusRequest
impl Unpin for GetGwApiV1AccountsAccountidStatusRequest
impl UnsafeUnpin for GetGwApiV1AccountsAccountidStatusRequest
impl UnwindSafe for GetGwApiV1AccountsAccountidStatusRequest
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