Cycle

Struct Cycle 

Source
pub struct Cycle;

Trait Implementations§

Source§

impl HasField<__typename> for Cycle

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<archivedAt> for Cycle

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<autoArchivedAt> for Cycle

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<completedAt> for Cycle

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<completedIssueCountHistory> for Cycle

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<completedScopeHistory> for Cycle

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<createdAt> for Cycle

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<currentProgress> for Cycle

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<description> for Cycle

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<endsAt> for Cycle

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<id> for Cycle

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<inProgressScopeHistory> for Cycle

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<inheritedFrom> for Cycle

Source§

type Type = Option<Cycle>

The schema marker type of this field.
Source§

impl HasField<isActive> for Cycle

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isFuture> for Cycle

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isNext> for Cycle

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isPast> for Cycle

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isPrevious> for Cycle

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<issueCountHistory> for Cycle

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<issues> for Cycle

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<name> for Cycle

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<number> for Cycle

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<progress> for Cycle

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<progressHistory> for Cycle

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<scopeHistory> for Cycle

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<startsAt> for Cycle

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<team> for Cycle

Source§

type Type = Team

The schema marker type of this field.
Source§

impl HasField<uncompletedIssuesUponClose> for Cycle

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<updatedAt> for Cycle

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl NamedType for Cycle

Source§

const NAME: &'static str = "Cycle"

The name of this type
Source§

impl HasSubtype<Cycle> for Node

Auto Trait Implementations§

§

impl Freeze for Cycle

§

impl RefUnwindSafe for Cycle

§

impl Send for Cycle

§

impl Sync for Cycle

§

impl Unpin for Cycle

§

impl UnwindSafe for Cycle

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