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