pub struct issues;
Trait Implementations§
Source§impl HasArgument<after> for issues
impl HasArgument<after> for issues
Source§impl HasArgument<before> for issues
impl HasArgument<before> for issues
Source§impl HasArgument<filterBy> for issues
impl HasArgument<filterBy> for issues
Source§type ArgumentType = Option<IssueFilters>
type ArgumentType = Option<IssueFilters>
The schema marker type of this argument.
Source§impl HasArgument<first> for issues
impl HasArgument<first> for issues
Source§impl HasArgument<labels> for issues
impl HasArgument<labels> for issues
Source§impl HasArgument<last> for issues
impl HasArgument<last> for issues
Source§impl HasArgument<orderBy> for issues
impl HasArgument<orderBy> for issues
Source§type ArgumentType = Option<IssueOrder>
type ArgumentType = Option<IssueOrder>
The schema marker type of this argument.
Source§impl HasArgument<states> for issues
impl HasArgument<states> for issues
Source§type ArgumentType = Option<Vec<IssueState>>
type ArgumentType = Option<Vec<IssueState>>
The schema marker type of this argument.
Source§impl HasField<issues> for Repository
impl HasField<issues> for Repository
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for issues
impl RefUnwindSafe for issues
impl Send for issues
impl Sync for issues
impl Unpin for issues
impl UnwindSafe for issues
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