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