pub struct UsersArgumentsFields;Expand description
cynic::QueryVariablesFields implementation for #ident
Trait Implementations§
impl QueryVariablesFields for UsersArgumentsFields
impl VariableMatch<UsersArgumentsFields> for UsersArgumentsFields
Auto Trait Implementations§
impl Freeze for UsersArgumentsFields
impl RefUnwindSafe for UsersArgumentsFields
impl Send for UsersArgumentsFields
impl Sync for UsersArgumentsFields
impl Unpin for UsersArgumentsFields
impl UnsafeUnpin for UsersArgumentsFields
impl UnwindSafe for UsersArgumentsFields
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