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