Struct CheckRun

Source
pub struct CheckRun;

Trait Implementations§

Source§

impl HasField<__typename> for CheckRun

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<annotations> for CheckRun

Source§

type Type = Option<CheckAnnotationConnection>

The schema marker type of this field.
Source§

impl HasField<checkSuite> for CheckRun

Source§

type Type = CheckSuite

The schema marker type of this field.
Source§

impl HasField<completedAt> for CheckRun

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<conclusion> for CheckRun

Source§

type Type = Option<CheckConclusionState>

The schema marker type of this field.
Source§

impl HasField<databaseId> for CheckRun

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<deployment> for CheckRun

Source§

type Type = Option<Deployment>

The schema marker type of this field.
Source§

impl HasField<detailsUrl> for CheckRun

Source§

type Type = Option<URI>

The schema marker type of this field.
Source§

impl HasField<externalId> for CheckRun

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<id> for CheckRun

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<isRequired> for CheckRun

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<name> for CheckRun

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<pendingDeploymentRequest> for CheckRun

Source§

type Type = Option<DeploymentRequest>

The schema marker type of this field.
Source§

impl HasField<permalink> for CheckRun

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<repository> for CheckRun

Source§

type Type = Repository

The schema marker type of this field.
Source§

impl HasField<resourcePath> for CheckRun

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<startedAt> for CheckRun

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<status> for CheckRun

Source§

type Type = CheckStatusState

The schema marker type of this field.
Source§

impl HasField<steps> for CheckRun

Source§

type Type = Option<CheckStepConnection>

The schema marker type of this field.
Source§

impl HasField<summary> for CheckRun

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<text> for CheckRun

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<title> for CheckRun

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<url> for CheckRun

Source§

type Type = URI

The schema marker type of this field.
Source§

impl NamedType for CheckRun

Source§

const NAME: &'static str = "CheckRun"

The name of this type
Source§

impl HasSubtype<CheckRun> for Node

Source§

impl HasSubtype<CheckRun> for RequirableByPullRequest

Source§

impl HasSubtype<CheckRun> for StatusCheckRollupContext

Source§

impl HasSubtype<CheckRun> for UniformResourceLocatable

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> IsFieldType<T> for T