pub struct IssueBatchCreateInput;Trait Implementations§
impl HasInputField<issues, Vec<IssueCreateInput>> for IssueBatchCreateInput
impl InputObjectMarker for IssueBatchCreateInput
Auto Trait Implementations§
impl Freeze for IssueBatchCreateInput
impl RefUnwindSafe for IssueBatchCreateInput
impl Send for IssueBatchCreateInput
impl Sync for IssueBatchCreateInput
impl Unpin for IssueBatchCreateInput
impl UnwindSafe for IssueBatchCreateInput
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