Struct wasmer_api::backend::gql::GetUserAppsVarsFields
source · pub struct GetUserAppsVarsFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for GetUserAppsVarsFields
impl VariableMatch<GetUserAppsVarsFields> for GetUserAppsVarsFields
Auto Trait Implementations§
impl RefUnwindSafe for GetUserAppsVarsFields
impl Send for GetUserAppsVarsFields
impl Sync for GetUserAppsVarsFields
impl Unpin for GetUserAppsVarsFields
impl UnwindSafe for GetUserAppsVarsFields
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