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