pub struct GetCurrentUserWithNamespacesVarsFields;
Implementations§
Source§impl GetCurrentUserWithNamespacesVarsFields
impl GetCurrentUserWithNamespacesVarsFields
pub fn namespace_role() -> VariableDefinition<Self, Option<GrapheneRole>>
Trait Implementations§
impl QueryVariablesFields for GetCurrentUserWithNamespacesVarsFields
impl VariableMatch<GetCurrentUserWithNamespacesVarsFields> for GetCurrentUserWithNamespacesVarsFields
Auto Trait Implementations§
impl Freeze for GetCurrentUserWithNamespacesVarsFields
impl RefUnwindSafe for GetCurrentUserWithNamespacesVarsFields
impl Send for GetCurrentUserWithNamespacesVarsFields
impl Sync for GetCurrentUserWithNamespacesVarsFields
impl Unpin for GetCurrentUserWithNamespacesVarsFields
impl UnwindSafe for GetCurrentUserWithNamespacesVarsFields
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