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