pub struct attachmentLinkGitHubPR;Trait Implementations§
Source§impl Field for attachmentLinkGitHubPR
impl Field for attachmentLinkGitHubPR
Source§impl HasArgument<id> for attachmentLinkGitHubPR
impl HasArgument<id> for attachmentLinkGitHubPR
Source§impl HasArgument<issueId> for attachmentLinkGitHubPR
impl HasArgument<issueId> for attachmentLinkGitHubPR
Source§impl HasArgument<linkKind> for attachmentLinkGitHubPR
impl HasArgument<linkKind> for attachmentLinkGitHubPR
Source§type ArgumentType = Option<GitLinkKind>
type ArgumentType = Option<GitLinkKind>
The schema marker type of this argument.
Source§impl HasArgument<title> for attachmentLinkGitHubPR
impl HasArgument<title> for attachmentLinkGitHubPR
Source§impl HasArgument<url> for attachmentLinkGitHubPR
impl HasArgument<url> for attachmentLinkGitHubPR
Source§impl HasField<attachmentLinkGitHubPR> for Mutation
impl HasField<attachmentLinkGitHubPR> for Mutation
Source§type Type = AttachmentPayload
type Type = AttachmentPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for attachmentLinkGitHubPR
impl RefUnwindSafe for attachmentLinkGitHubPR
impl Send for attachmentLinkGitHubPR
impl Sync for attachmentLinkGitHubPR
impl Unpin for attachmentLinkGitHubPR
impl UnwindSafe for attachmentLinkGitHubPR
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