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