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