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