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