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