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