pub struct GetDeployAppVersionsVarsFields;
Implementations§
Source§impl GetDeployAppVersionsVarsFields
impl GetDeployAppVersionsVarsFields
pub fn owner() -> VariableDefinition<Self, String>
pub fn name() -> VariableDefinition<Self, String>
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 sort_by() -> VariableDefinition<Self, Option<DeployAppVersionsSortBy>>
Trait Implementations§
impl QueryVariablesFields for GetDeployAppVersionsVarsFields
impl VariableMatch<GetDeployAppVersionsVarsFields> for GetDeployAppVersionsVarsFields
Auto Trait Implementations§
impl Freeze for GetDeployAppVersionsVarsFields
impl RefUnwindSafe for GetDeployAppVersionsVarsFields
impl Send for GetDeployAppVersionsVarsFields
impl Sync for GetDeployAppVersionsVarsFields
impl Unpin for GetDeployAppVersionsVarsFields
impl UnwindSafe for GetDeployAppVersionsVarsFields
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