pub struct GetDeployAppVersionsByIdVars {
pub id: Id,
pub offset: Option<i32>,
pub before: Option<String>,
pub after: Option<String>,
pub first: Option<i32>,
pub last: Option<i32>,
pub sort_by: Option<DeployAppVersionsSortBy>,
}
Fields§
§id: Id
§offset: Option<i32>
§before: Option<String>
§after: Option<String>
§first: Option<i32>
§last: Option<i32>
§sort_by: Option<DeployAppVersionsSortBy>
Trait Implementations§
Source§impl Clone for GetDeployAppVersionsByIdVars
impl Clone for GetDeployAppVersionsByIdVars
Source§fn clone(&self) -> GetDeployAppVersionsByIdVars
fn clone(&self) -> GetDeployAppVersionsByIdVars
Returns a copy 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 GetDeployAppVersionsByIdVars
impl Debug for GetDeployAppVersionsByIdVars
Source§impl QueryVariables for GetDeployAppVersionsByIdVars
impl QueryVariables for GetDeployAppVersionsByIdVars
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 = GetDeployAppVersionsByIdVarsFields
type Fields = GetDeployAppVersionsByIdVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetDeployAppVersionsByIdVars
impl RefUnwindSafe for GetDeployAppVersionsByIdVars
impl Send for GetDeployAppVersionsByIdVars
impl Sync for GetDeployAppVersionsByIdVars
impl Unpin for GetDeployAppVersionsByIdVars
impl UnwindSafe for GetDeployAppVersionsByIdVars
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