pub struct agentSession;Trait Implementations§
Source§impl Field for agentSession
impl Field for agentSession
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 agentSession
impl RefUnwindSafe for agentSession
impl Send for agentSession
impl Sync for agentSession
impl Unpin for agentSession
impl UnwindSafe for agentSession
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