IssueWebhookPayload

Struct IssueWebhookPayload 

Source
pub struct IssueWebhookPayload;

Trait Implementations§

Source§

impl HasField<__typename> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<addedToCycleAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<addedToProjectAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<addedToTeamAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<archivedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<assignee> for IssueWebhookPayload

Source§

type Type = Option<UserChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<assigneeId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<autoArchivedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<autoClosedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<botActor> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<canceledAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<completedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<createdAt> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<creator> for IssueWebhookPayload

Source§

type Type = Option<UserChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<creatorId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<cycle> for IssueWebhookPayload

Source§

type Type = Option<CycleChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<cycleId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<delegate> for IssueWebhookPayload

Source§

type Type = Option<UserChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<delegateId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<description> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<descriptionData> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<dueDate> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<estimate> for IssueWebhookPayload

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<externalUserCreator> for IssueWebhookPayload

Source§

type Type = Option<ExternalUserChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<externalUserCreatorId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<id> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<identifier> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<integrationSourceType> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<labelIds> for IssueWebhookPayload

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<labels> for IssueWebhookPayload

Source§

type Type = Vec<IssueLabelChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<lastAppliedTemplateId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<number> for IssueWebhookPayload

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<parentId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<previousIdentifiers> for IssueWebhookPayload

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<priority> for IssueWebhookPayload

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<priorityLabel> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<prioritySortOrder> for IssueWebhookPayload

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<project> for IssueWebhookPayload

Source§

type Type = Option<ProjectChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<projectId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<projectMilestone> for IssueWebhookPayload

Source§

type Type = Option<ProjectMilestoneChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<projectMilestoneId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<reactionData> for IssueWebhookPayload

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<recurringIssueTemplateId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<slaBreachesAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<slaHighRiskAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<slaMediumRiskAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<slaStartedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<slaType> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<snoozedUntilAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<sortOrder> for IssueWebhookPayload

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<sourceCommentId> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<startedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<startedTriageAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<state> for IssueWebhookPayload

Source§

type Type = WorkflowStateChildWebhookPayload

The schema marker type of this field.
Source§

impl HasField<stateId> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<subIssueSortOrder> for IssueWebhookPayload

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<subscriberIds> for IssueWebhookPayload

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<syncedWith> for IssueWebhookPayload

Source§

type Type = Option<JSONObject>

The schema marker type of this field.
Source§

impl HasField<team> for IssueWebhookPayload

Source§

type Type = Option<TeamChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<teamId> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<title> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<trashed> for IssueWebhookPayload

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<triagedAt> for IssueWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<url> for IssueWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl NamedType for IssueWebhookPayload

Source§

const NAME: &'static str = "IssueWebhookPayload"

The name of this type
Source§

impl HasSubtype<IssueWebhookPayload> for DataWebhookPayload

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