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