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