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