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