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