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