pub struct GetUserVariablesListQuery {
pub page: Option<u32>,
pub limit: Option<u32>,
}Fields§
§page: Option<u32>page number of results to return (1-based)
limit: Option<u32>page size of results
Trait Implementations§
Source§impl Clone for GetUserVariablesListQuery
impl Clone for GetUserVariablesListQuery
Source§fn clone(&self) -> GetUserVariablesListQuery
fn clone(&self) -> GetUserVariablesListQuery
Returns a copy 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 GetUserVariablesListQuery
impl Debug for GetUserVariablesListQuery
Source§impl Default for GetUserVariablesListQuery
impl Default for GetUserVariablesListQuery
Source§fn default() -> GetUserVariablesListQuery
fn default() -> GetUserVariablesListQuery
Returns the “default value” for a type. Read more
Source§impl Display for GetUserVariablesListQuery
impl Display for GetUserVariablesListQuery
impl StructuralPartialEq for GetUserVariablesListQuery
Auto Trait Implementations§
impl Freeze for GetUserVariablesListQuery
impl RefUnwindSafe for GetUserVariablesListQuery
impl Send for GetUserVariablesListQuery
impl Sync for GetUserVariablesListQuery
impl Unpin for GetUserVariablesListQuery
impl UnwindSafe for GetUserVariablesListQuery
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