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