pub struct GetAllAppRegionsVariables {
pub after: Option<String>,
pub before: Option<String>,
pub first: Option<i32>,
pub last: Option<i32>,
pub offset: Option<i32>,
}
Fields§
§after: Option<String>
§before: Option<String>
§first: Option<i32>
§last: Option<i32>
§offset: Option<i32>
Trait Implementations§
Source§impl Clone for GetAllAppRegionsVariables
impl Clone for GetAllAppRegionsVariables
Source§fn clone(&self) -> GetAllAppRegionsVariables
fn clone(&self) -> GetAllAppRegionsVariables
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 GetAllAppRegionsVariables
impl Debug for GetAllAppRegionsVariables
Source§impl QueryVariables for GetAllAppRegionsVariables
impl QueryVariables for GetAllAppRegionsVariables
Source§const VARIABLES: &'static [(&'static str, VariableType)]
const VARIABLES: &'static [(&'static str, VariableType)]
An associated constant that contains the variable names & their types. Read more
Source§type Fields = GetAllAppRegionsVariablesFields
type Fields = GetAllAppRegionsVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetAllAppRegionsVariables
impl RefUnwindSafe for GetAllAppRegionsVariables
impl Send for GetAllAppRegionsVariables
impl Sync for GetAllAppRegionsVariables
impl Unpin for GetAllAppRegionsVariables
impl UnwindSafe for GetAllAppRegionsVariables
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