pub struct GetCurrentUserWithNamespacesVarsFields;Expand description
cynic::QueryVariablesFields implementation for #ident
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 UnsafeUnpin 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