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