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