Struct wasmer_api::backend::gql::GetNamespaceAppsVariables
source · pub struct GetNamespaceAppsVariables {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
source§impl Debug for GetNamespaceAppsVariables
impl Debug for GetNamespaceAppsVariables
source§impl QueryVariables for GetNamespaceAppsVariables
impl QueryVariables for GetNamespaceAppsVariables
§type Fields = GetNamespaceAppsVariablesFields
type Fields = GetNamespaceAppsVariablesFields
A struct that determines which variables are available when using this struct.
impl VariableMatch<GetNamespaceAppsVariables> for GetNamespaceAppsVariables
Auto Trait Implementations§
impl RefUnwindSafe for GetNamespaceAppsVariables
impl Send for GetNamespaceAppsVariables
impl Sync for GetNamespaceAppsVariables
impl Unpin for GetNamespaceAppsVariables
impl UnwindSafe for GetNamespaceAppsVariables
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