pub struct issueRelationUpdate;Trait Implementations§
Source§impl Field for issueRelationUpdate
impl Field for issueRelationUpdate
Source§impl HasArgument<id> for issueRelationUpdate
impl HasArgument<id> for issueRelationUpdate
Source§impl HasArgument<input> for issueRelationUpdate
impl HasArgument<input> for issueRelationUpdate
Source§type ArgumentType = IssueRelationUpdateInput
type ArgumentType = IssueRelationUpdateInput
The schema marker type of this argument.
Source§impl HasField<issueRelationUpdate> for Mutation
impl HasField<issueRelationUpdate> for Mutation
Source§type Type = IssueRelationPayload
type Type = IssueRelationPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for issueRelationUpdate
impl RefUnwindSafe for issueRelationUpdate
impl Send for issueRelationUpdate
impl Sync for issueRelationUpdate
impl Unpin for issueRelationUpdate
impl UnwindSafe for issueRelationUpdate
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