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