Struct wasmer_api::backend::gql::GetCurrentUserVariablesFields
source · pub struct GetCurrentUserVariablesFields;
Implementations§
source§impl GetCurrentUserVariablesFields
impl GetCurrentUserVariablesFields
pub fn namespace_role( ) -> VariableDefinition<GetCurrentUserVariables, Option<GrapheneRole>>
Auto Trait Implementations§
impl RefUnwindSafe for GetCurrentUserVariablesFields
impl Send for GetCurrentUserVariablesFields
impl Sync for GetCurrentUserVariablesFields
impl Unpin for GetCurrentUserVariablesFields
impl UnwindSafe for GetCurrentUserVariablesFields
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