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