Struct wasmer_api::backend::gql::GetDeployAppVersionVariablesFields
source · pub struct GetDeployAppVersionVariablesFields;
Implementations§
source§impl GetDeployAppVersionVariablesFields
impl GetDeployAppVersionVariablesFields
pub fn name() -> VariableDefinition<GetDeployAppVersionVariables, String>
pub fn owner() -> VariableDefinition<GetDeployAppVersionVariables, String>
pub fn version() -> VariableDefinition<GetDeployAppVersionVariables, String>
Auto Trait Implementations§
impl RefUnwindSafe for GetDeployAppVersionVariablesFields
impl Send for GetDeployAppVersionVariablesFields
impl Sync for GetDeployAppVersionVariablesFields
impl Unpin for GetDeployAppVersionVariablesFields
impl UnwindSafe for GetDeployAppVersionVariablesFields
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