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