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