pub struct GetGwApiV1FormsRequestQuery {
pub form_no: Option<Vec<String>>,
pub get_docs: Option<String>,
pub from_date: Option<String>,
pub to_date: Option<String>,
pub language: Option<String>,
pub projection: Option<GetGwApiV1FormsRequestQueryProjection>,
}Fields§
§form_no: Option<Vec<String>>§get_docs: Option<String>§from_date: Option<String>§to_date: Option<String>§language: Option<String>§projection: Option<GetGwApiV1FormsRequestQueryProjection>Trait Implementations§
Source§impl Clone for GetGwApiV1FormsRequestQuery
impl Clone for GetGwApiV1FormsRequestQuery
Source§fn clone(&self) -> GetGwApiV1FormsRequestQuery
fn clone(&self) -> GetGwApiV1FormsRequestQuery
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 GetGwApiV1FormsRequestQuery
impl Debug for GetGwApiV1FormsRequestQuery
impl StructuralPartialEq for GetGwApiV1FormsRequestQuery
Auto Trait Implementations§
impl Freeze for GetGwApiV1FormsRequestQuery
impl RefUnwindSafe for GetGwApiV1FormsRequestQuery
impl Send for GetGwApiV1FormsRequestQuery
impl Sync for GetGwApiV1FormsRequestQuery
impl Unpin for GetGwApiV1FormsRequestQuery
impl UnsafeUnpin for GetGwApiV1FormsRequestQuery
impl UnwindSafe for GetGwApiV1FormsRequestQuery
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