pub struct GetGwApiV1AccountsStatusRequest {
pub query: GetGwApiV1AccountsStatusRequestQuery,
}Expand description
Query status of all accounts associated with ‘Client ID’
Scope: accounts.read
Security Policy: HTTPS
Fields§
§query: GetGwApiV1AccountsStatusRequestQueryImplementations§
Source§impl GetGwApiV1AccountsStatusRequest
impl GetGwApiV1AccountsStatusRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1AccountsStatusResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1AccountsStatusResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1AccountsStatusRequest
impl Clone for GetGwApiV1AccountsStatusRequest
Source§fn clone(&self) -> GetGwApiV1AccountsStatusRequest
fn clone(&self) -> GetGwApiV1AccountsStatusRequest
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 GetGwApiV1AccountsStatusRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1AccountsStatusRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1AccountsStatusRequest
impl RefUnwindSafe for GetGwApiV1AccountsStatusRequest
impl Send for GetGwApiV1AccountsStatusRequest
impl Sync for GetGwApiV1AccountsStatusRequest
impl Unpin for GetGwApiV1AccountsStatusRequest
impl UnsafeUnpin for GetGwApiV1AccountsStatusRequest
impl UnwindSafe for GetGwApiV1AccountsStatusRequest
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