pub struct attachments;Trait Implementations§
Source§impl Field for attachments
impl Field for attachments
Source§impl HasArgument<after> for attachments
impl HasArgument<after> for attachments
Source§impl HasArgument<before> for attachments
impl HasArgument<before> for attachments
Source§impl HasArgument<filter> for attachments
impl HasArgument<filter> for attachments
Source§type ArgumentType = Option<AttachmentFilter>
type ArgumentType = Option<AttachmentFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for attachments
impl HasArgument<first> for attachments
Source§impl HasArgument<includeArchived> for attachments
impl HasArgument<includeArchived> for attachments
Source§impl HasArgument<last> for attachments
impl HasArgument<last> for attachments
Source§impl HasArgument<orderBy> for attachments
impl HasArgument<orderBy> for attachments
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<attachments> for Issue
impl HasField<attachments> for Issue
Source§type Type = AttachmentConnection
type Type = AttachmentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for attachments
impl RefUnwindSafe for attachments
impl Send for attachments
impl Sync for attachments
impl Unpin for attachments
impl UnwindSafe for attachments
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