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