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