pub struct AgentSessionEventWebhookPayload;Trait Implementations§
Source§impl HasField<agentActivity> for AgentSessionEventWebhookPayload
impl HasField<agentActivity> for AgentSessionEventWebhookPayload
Source§type Type = Option<AgentActivityWebhookPayload>
type Type = Option<AgentActivityWebhookPayload>
The schema marker type of this field.
Source§impl HasField<agentSession> for AgentSessionEventWebhookPayload
impl HasField<agentSession> for AgentSessionEventWebhookPayload
Source§type Type = AgentSessionWebhookPayload
type Type = AgentSessionWebhookPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AgentSessionEventWebhookPayload
impl RefUnwindSafe for AgentSessionEventWebhookPayload
impl Send for AgentSessionEventWebhookPayload
impl Sync for AgentSessionEventWebhookPayload
impl Unpin for AgentSessionEventWebhookPayload
impl UnwindSafe for AgentSessionEventWebhookPayload
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