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