pub struct GetAllAppRegionsVariablesFields;
Implementations§
Source§impl GetAllAppRegionsVariablesFields
impl GetAllAppRegionsVariablesFields
pub fn after() -> VariableDefinition<Self, Option<String>>
pub fn before() -> VariableDefinition<Self, Option<String>>
pub fn first() -> VariableDefinition<Self, Option<i32>>
pub fn last() -> VariableDefinition<Self, Option<i32>>
pub fn offset() -> VariableDefinition<Self, Option<i32>>
Trait Implementations§
impl QueryVariablesFields for GetAllAppRegionsVariablesFields
impl VariableMatch<GetAllAppRegionsVariablesFields> for GetAllAppRegionsVariablesFields
Auto Trait Implementations§
impl Freeze for GetAllAppRegionsVariablesFields
impl RefUnwindSafe for GetAllAppRegionsVariablesFields
impl Send for GetAllAppRegionsVariablesFields
impl Sync for GetAllAppRegionsVariablesFields
impl Unpin for GetAllAppRegionsVariablesFields
impl UnwindSafe for GetAllAppRegionsVariablesFields
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