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