pub struct GetGwApiV1ValidationsUsernamesUsernameRequest {
pub path: GetGwApiV1ValidationsUsernamesUsernameRequestPath,
}Expand description
Verify whether user is valid and available
Scope: accounts.read OR validations.read
Security Policy: HTTPS
Fields§
§path: GetGwApiV1ValidationsUsernamesUsernameRequestPathImplementations§
Source§impl GetGwApiV1ValidationsUsernamesUsernameRequest
impl GetGwApiV1ValidationsUsernamesUsernameRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetGwApiV1ValidationsUsernamesUsernameResponse>
pub async fn parse_response( req: Response, ) -> Result<GetGwApiV1ValidationsUsernamesUsernameResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1ValidationsUsernamesUsernameRequest
impl Clone for GetGwApiV1ValidationsUsernamesUsernameRequest
Source§fn clone(&self) -> GetGwApiV1ValidationsUsernamesUsernameRequest
fn clone(&self) -> GetGwApiV1ValidationsUsernamesUsernameRequest
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 GetGwApiV1ValidationsUsernamesUsernameRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1ValidationsUsernamesUsernameRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1ValidationsUsernamesUsernameRequest
impl RefUnwindSafe for GetGwApiV1ValidationsUsernamesUsernameRequest
impl Send for GetGwApiV1ValidationsUsernamesUsernameRequest
impl Sync for GetGwApiV1ValidationsUsernamesUsernameRequest
impl Unpin for GetGwApiV1ValidationsUsernamesUsernameRequest
impl UnsafeUnpin for GetGwApiV1ValidationsUsernamesUsernameRequest
impl UnwindSafe for GetGwApiV1ValidationsUsernamesUsernameRequest
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