pub struct GetAppDeploymentsVariables {
pub after: Option<String>,
pub first: Option<i32>,
pub name: String,
pub offset: Option<i32>,
pub owner: String,
}
Fields§
§after: Option<String>
§first: Option<i32>
§name: String
§offset: Option<i32>
§owner: String
Trait Implementations§
Source§impl Debug for GetAppDeploymentsVariables
impl Debug for GetAppDeploymentsVariables
Source§impl QueryVariables for GetAppDeploymentsVariables
impl QueryVariables for GetAppDeploymentsVariables
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 = GetAppDeploymentsVariablesFields
type Fields = GetAppDeploymentsVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetAppDeploymentsVariables
impl RefUnwindSafe for GetAppDeploymentsVariables
impl Send for GetAppDeploymentsVariables
impl Sync for GetAppDeploymentsVariables
impl Unpin for GetAppDeploymentsVariables
impl UnwindSafe for GetAppDeploymentsVariables
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