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