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