pub struct GetCurrentUserWithNamespacesVars {
pub namespace_role: Option<GrapheneRole>,
}
Fields§
§namespace_role: Option<GrapheneRole>
Trait Implementations§
Source§impl QueryVariables for GetCurrentUserWithNamespacesVars
impl QueryVariables for GetCurrentUserWithNamespacesVars
Source§const VARIABLES: &'static [(&'static str, VariableType)] = _
const VARIABLES: &'static [(&'static str, VariableType)] = _
An associated constant that contains the variable names & their types. Read more
Source§type Fields = GetCurrentUserWithNamespacesVarsFields
type Fields = GetCurrentUserWithNamespacesVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetCurrentUserWithNamespacesVars
impl RefUnwindSafe for GetCurrentUserWithNamespacesVars
impl Send for GetCurrentUserWithNamespacesVars
impl Sync for GetCurrentUserWithNamespacesVars
impl Unpin for GetCurrentUserWithNamespacesVars
impl UnwindSafe for GetCurrentUserWithNamespacesVars
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