pub struct checkRuns;Trait Implementations§
Source§impl HasArgument<after> for checkRuns
impl HasArgument<after> for checkRuns
Source§impl HasArgument<before> for checkRuns
impl HasArgument<before> for checkRuns
Source§impl HasArgument<filterBy> for checkRuns
impl HasArgument<filterBy> for checkRuns
Source§type ArgumentType = Option<CheckRunFilter>
type ArgumentType = Option<CheckRunFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for checkRuns
impl HasArgument<first> for checkRuns
Source§impl HasArgument<last> for checkRuns
impl HasArgument<last> for checkRuns
Source§impl HasField<checkRuns> for CheckSuite
impl HasField<checkRuns> for CheckSuite
Source§type Type = Option<CheckRunConnection>
type Type = Option<CheckRunConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for checkRuns
impl RefUnwindSafe for checkRuns
impl Send for checkRuns
impl Sync for checkRuns
impl Unpin for checkRuns
impl UnwindSafe for checkRuns
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