pub struct AgentSessionWebhookPayload;Trait Implementations§
Source§impl HasField<comment> for AgentSessionWebhookPayload
impl HasField<comment> for AgentSessionWebhookPayload
Source§type Type = Option<CommentChildWebhookPayload>
type Type = Option<CommentChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<creator> for AgentSessionWebhookPayload
impl HasField<creator> for AgentSessionWebhookPayload
Source§type Type = Option<UserChildWebhookPayload>
type Type = Option<UserChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<endedAt> for AgentSessionWebhookPayload
impl HasField<endedAt> for AgentSessionWebhookPayload
Source§impl HasField<id> for AgentSessionWebhookPayload
impl HasField<id> for AgentSessionWebhookPayload
Source§impl HasField<issue> for AgentSessionWebhookPayload
impl HasField<issue> for AgentSessionWebhookPayload
Source§type Type = Option<IssueWithDescriptionChildWebhookPayload>
type Type = Option<IssueWithDescriptionChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<issueId> for AgentSessionWebhookPayload
impl HasField<issueId> for AgentSessionWebhookPayload
Source§impl HasField<sourceMetadata> for AgentSessionWebhookPayload
impl HasField<sourceMetadata> for AgentSessionWebhookPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<status> for AgentSessionWebhookPayload
impl HasField<status> for AgentSessionWebhookPayload
Source§impl HasField<summary> for AgentSessionWebhookPayload
impl HasField<summary> for AgentSessionWebhookPayload
Source§impl HasField<type> for AgentSessionWebhookPayload
impl HasField<type> for AgentSessionWebhookPayload
impl HasSubtype<AgentSessionWebhookPayload> for DataWebhookPayload
Auto Trait Implementations§
impl Freeze for AgentSessionWebhookPayload
impl RefUnwindSafe for AgentSessionWebhookPayload
impl Send for AgentSessionWebhookPayload
impl Sync for AgentSessionWebhookPayload
impl Unpin for AgentSessionWebhookPayload
impl UnwindSafe for AgentSessionWebhookPayload
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more