Struct wasmer_api::backend::gql::GetDeployAppAndVersionByIdVars
source · 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
§type Fields = GetDeployAppAndVersionByIdVarsFields
type Fields = GetDeployAppAndVersionByIdVarsFields
A struct that determines which variables are available when using this struct.
impl VariableMatch<GetDeployAppAndVersionByIdVars> for GetDeployAppAndVersionByIdVars
Auto Trait Implementations§
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