CommentWebhookPayload

Struct CommentWebhookPayload 

Source
pub struct CommentWebhookPayload;

Trait Implementations§

Source§

impl HasField<__typename> for CommentWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<archivedAt> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<body> for CommentWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<botActor> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<createdAt> for CommentWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<documentContent> for CommentWebhookPayload

Source§

type Type = Option<DocumentContentChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<documentContentId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<editedAt> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<externalUser> for CommentWebhookPayload

Source§

type Type = Option<ExternalUserChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<externalUserId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<id> for CommentWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<initiativeUpdate> for CommentWebhookPayload

Source§

type Type = Option<InitiativeUpdateChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<initiativeUpdateId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<issue> for CommentWebhookPayload

Source§

type Type = Option<IssueChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<issueId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<parent> for CommentWebhookPayload

Source§

type Type = Option<CommentChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<parentId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<postId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<projectUpdate> for CommentWebhookPayload

Source§

type Type = Option<ProjectUpdateChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<projectUpdateId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<quotedText> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<reactionData> for CommentWebhookPayload

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<resolvedAt> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<resolvingCommentId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<resolvingUserId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<syncedWith> for CommentWebhookPayload

Source§

type Type = Option<JSONObject>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for CommentWebhookPayload

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<user> for CommentWebhookPayload

Source§

type Type = Option<UserChildWebhookPayload>

The schema marker type of this field.
Source§

impl HasField<userId> for CommentWebhookPayload

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl NamedType for CommentWebhookPayload

Source§

const NAME: &'static str = "CommentWebhookPayload"

The name of this type
Source§

impl HasSubtype<CommentWebhookPayload> 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