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