Struct wasmer_api::backend::gql::PublishDeployAppVarsFields
source · pub struct PublishDeployAppVarsFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for PublishDeployAppVarsFields
impl VariableMatch<PublishDeployAppVarsFields> for PublishDeployAppVarsFields
Auto Trait Implementations§
impl RefUnwindSafe for PublishDeployAppVarsFields
impl Send for PublishDeployAppVarsFields
impl Sync for PublishDeployAppVarsFields
impl Unpin for PublishDeployAppVarsFields
impl UnwindSafe for PublishDeployAppVarsFields
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