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