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