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