pub struct GetGwApiV1FormsRequest {
pub query: GetGwApiV1FormsRequestQuery,
}Expand description
Get forms
Scope: accounts.read OR forms.read
Security Policy: HTTPS
Fields§
§query: GetGwApiV1FormsRequestQueryImplementations§
Source§impl GetGwApiV1FormsRequest
impl GetGwApiV1FormsRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetGwApiV1FormsResponse>
pub async fn parse_response(req: Response) -> Result<GetGwApiV1FormsResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetGwApiV1FormsRequest
impl Clone for GetGwApiV1FormsRequest
Source§fn clone(&self) -> GetGwApiV1FormsRequest
fn clone(&self) -> GetGwApiV1FormsRequest
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 Debug for GetGwApiV1FormsRequest
impl Debug for GetGwApiV1FormsRequest
Source§impl Default for GetGwApiV1FormsRequest
impl Default for GetGwApiV1FormsRequest
Source§impl Validate for GetGwApiV1FormsRequest
impl Validate for GetGwApiV1FormsRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1FormsRequest
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1FormsRequest
Auto Trait Implementations§
impl Freeze for GetGwApiV1FormsRequest
impl RefUnwindSafe for GetGwApiV1FormsRequest
impl Send for GetGwApiV1FormsRequest
impl Sync for GetGwApiV1FormsRequest
impl Unpin for GetGwApiV1FormsRequest
impl UnsafeUnpin for GetGwApiV1FormsRequest
impl UnwindSafe for GetGwApiV1FormsRequest
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