Struct wasmer_api::backend::gql::GetDeployAppVersionByIdVarsFields
source · pub struct GetDeployAppVersionByIdVarsFields;Implementations§
source§impl GetDeployAppVersionByIdVarsFields
impl GetDeployAppVersionByIdVarsFields
pub fn version_id() -> VariableDefinition<Self, Id>
Trait Implementations§
impl QueryVariablesFields for GetDeployAppVersionByIdVarsFields
impl VariableMatch<GetDeployAppVersionByIdVarsFields> for GetDeployAppVersionByIdVarsFields
Auto Trait Implementations§
impl RefUnwindSafe for GetDeployAppVersionByIdVarsFields
impl Send for GetDeployAppVersionByIdVarsFields
impl Sync for GetDeployAppVersionByIdVarsFields
impl Unpin for GetDeployAppVersionByIdVarsFields
impl UnwindSafe for GetDeployAppVersionByIdVarsFields
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