pub struct GetDeployAppVersionsByIdVarsFields;
Implementations§
Source§impl GetDeployAppVersionsByIdVarsFields
impl GetDeployAppVersionsByIdVarsFields
pub fn id() -> VariableDefinition<Self, Id>
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 GetDeployAppVersionsByIdVarsFields
impl VariableMatch<GetDeployAppVersionsByIdVarsFields> for GetDeployAppVersionsByIdVarsFields
Auto Trait Implementations§
impl Freeze for GetDeployAppVersionsByIdVarsFields
impl RefUnwindSafe for GetDeployAppVersionsByIdVarsFields
impl Send for GetDeployAppVersionsByIdVarsFields
impl Sync for GetDeployAppVersionsByIdVarsFields
impl Unpin for GetDeployAppVersionsByIdVarsFields
impl UnwindSafe for GetDeployAppVersionsByIdVarsFields
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