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