pub struct AgentActivityWebhookPayload;Trait Implementations§
Source§impl HasField<content> for AgentActivityWebhookPayload
impl HasField<content> for AgentActivityWebhookPayload
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<id> for AgentActivityWebhookPayload
impl HasField<id> for AgentActivityWebhookPayload
Source§impl HasField<signal> for AgentActivityWebhookPayload
impl HasField<signal> for AgentActivityWebhookPayload
Source§impl HasField<signalMetadata> for AgentActivityWebhookPayload
impl HasField<signalMetadata> for AgentActivityWebhookPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<userId> for AgentActivityWebhookPayload
impl HasField<userId> for AgentActivityWebhookPayload
impl HasSubtype<AgentActivityWebhookPayload> for DataWebhookPayload
Auto Trait Implementations§
impl Freeze for AgentActivityWebhookPayload
impl RefUnwindSafe for AgentActivityWebhookPayload
impl Send for AgentActivityWebhookPayload
impl Sync for AgentActivityWebhookPayload
impl Unpin for AgentActivityWebhookPayload
impl UnwindSafe for AgentActivityWebhookPayload
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