IssueHistory

Struct IssueHistory 

Source
pub struct IssueHistory;

Trait Implementations§

Source§

impl HasField<__typename> for IssueHistory

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<actor> for IssueHistory

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<actorId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<actors> for IssueHistory

Source§

type Type = Option<Vec<User>>

The schema marker type of this field.
Source§

impl HasField<addedLabelIds> for IssueHistory

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<addedLabels> for IssueHistory

Source§

type Type = Option<Vec<IssueLabel>>

The schema marker type of this field.
Source§

impl HasField<addedToReleaseIds> for IssueHistory

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<addedToReleases> for IssueHistory

Source§

type Type = Option<Vec<Release>>

The schema marker type of this field.
Source§

impl HasField<archived> for IssueHistory

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<archivedAt> for IssueHistory

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<attachment> for IssueHistory

Source§

type Type = Option<Attachment>

The schema marker type of this field.
Source§

impl HasField<attachmentId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<autoArchived> for IssueHistory

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<autoClosed> for IssueHistory

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<botActor> for IssueHistory

Source§

type Type = Option<ActorBot>

The schema marker type of this field.
Source§

impl HasField<changes> for IssueHistory

Source§

type Type = Option<JSONObject>

The schema marker type of this field.
Source§

impl HasField<createdAt> for IssueHistory

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<customerNeedId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<descriptionUpdatedBy> for IssueHistory

Source§

type Type = Option<Vec<User>>

The schema marker type of this field.
Source§

impl HasField<fromAssignee> for IssueHistory

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<fromAssigneeId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<fromCycle> for IssueHistory

Source§

type Type = Option<Cycle>

The schema marker type of this field.
Source§

impl HasField<fromCycleId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<fromDelegate> for IssueHistory

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<fromDueDate> for IssueHistory

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<fromEstimate> for IssueHistory

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<fromParent> for IssueHistory

Source§

type Type = Option<Issue>

The schema marker type of this field.
Source§

impl HasField<fromParentId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<fromPriority> for IssueHistory

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<fromProject> for IssueHistory

Source§

type Type = Option<Project>

The schema marker type of this field.
Source§

impl HasField<fromProjectId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<fromState> for IssueHistory

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<fromStateId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<fromTeam> for IssueHistory

Source§

type Type = Option<Team>

The schema marker type of this field.
Source§

impl HasField<fromTeamId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<fromTitle> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<id> for IssueHistory

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<issue> for IssueHistory

Source§

type Type = Issue

The schema marker type of this field.
Source§

impl HasField<issueImport> for IssueHistory

Source§

type Type = Option<IssueImport>

The schema marker type of this field.
Source§

impl HasField<relationChanges> for IssueHistory

Source§

type Type = Option<Vec<IssueRelationHistoryPayload>>

The schema marker type of this field.
Source§

impl HasField<removedFromReleaseIds> for IssueHistory

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<removedFromReleases> for IssueHistory

Source§

type Type = Option<Vec<Release>>

The schema marker type of this field.
Source§

impl HasField<removedLabelIds> for IssueHistory

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<removedLabels> for IssueHistory

Source§

type Type = Option<Vec<IssueLabel>>

The schema marker type of this field.
Source§

impl HasField<toAssignee> for IssueHistory

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<toAssigneeId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toConvertedProject> for IssueHistory

Source§

type Type = Option<Project>

The schema marker type of this field.
Source§

impl HasField<toConvertedProjectId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toCycle> for IssueHistory

Source§

type Type = Option<Cycle>

The schema marker type of this field.
Source§

impl HasField<toCycleId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toDelegate> for IssueHistory

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<toDueDate> for IssueHistory

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<toEstimate> for IssueHistory

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<toParent> for IssueHistory

Source§

type Type = Option<Issue>

The schema marker type of this field.
Source§

impl HasField<toParentId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toPriority> for IssueHistory

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<toProject> for IssueHistory

Source§

type Type = Option<Project>

The schema marker type of this field.
Source§

impl HasField<toProjectId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toState> for IssueHistory

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<toStateId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toTeam> for IssueHistory

Source§

type Type = Option<Team>

The schema marker type of this field.
Source§

impl HasField<toTeamId> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<toTitle> for IssueHistory

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<trashed> for IssueHistory

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<triageResponsibilityAutoAssigned> for IssueHistory

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<triageResponsibilityNotifiedUsers> for IssueHistory

Source§

type Type = Option<Vec<User>>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for IssueHistory

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<updatedDescription> for IssueHistory

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl NamedType for IssueHistory

Source§

const NAME: &'static str = "IssueHistory"

The name of this type
Source§

impl HasSubtype<IssueHistory> for Node

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