pub struct AgentActivity;Trait Implementations§
Source§impl HasField<__typename> for AgentActivity
impl HasField<__typename> for AgentActivity
Source§impl HasField<agentSession> for AgentActivity
impl HasField<agentSession> for AgentActivity
Source§type Type = AgentSession
type Type = AgentSession
The schema marker type of this field.
Source§impl HasField<archivedAt> for AgentActivity
impl HasField<archivedAt> for AgentActivity
Source§impl HasField<content> for AgentActivity
impl HasField<content> for AgentActivity
Source§type Type = AgentActivityContent
type Type = AgentActivityContent
The schema marker type of this field.
Source§impl HasField<contextualMetadata> for AgentActivity
impl HasField<contextualMetadata> for AgentActivity
Source§impl HasField<createdAt> for AgentActivity
impl HasField<createdAt> for AgentActivity
Source§impl HasField<ephemeral> for AgentActivity
impl HasField<ephemeral> for AgentActivity
Source§impl HasField<id> for AgentActivity
impl HasField<id> for AgentActivity
Source§impl HasField<signal> for AgentActivity
impl HasField<signal> for AgentActivity
Source§type Type = Option<AgentActivitySignal>
type Type = Option<AgentActivitySignal>
The schema marker type of this field.
Source§impl HasField<signalMetadata> for AgentActivity
impl HasField<signalMetadata> for AgentActivity
Source§impl HasField<sourceComment> for AgentActivity
impl HasField<sourceComment> for AgentActivity
Source§impl HasField<sourceMetadata> for AgentActivity
impl HasField<sourceMetadata> for AgentActivity
Source§impl HasField<updatedAt> for AgentActivity
impl HasField<updatedAt> for AgentActivity
Source§impl HasField<user> for AgentActivity
impl HasField<user> for AgentActivity
Source§impl NamedType for AgentActivity
impl NamedType for AgentActivity
impl HasSubtype<AgentActivity> for Node
Auto Trait Implementations§
impl Freeze for AgentActivity
impl RefUnwindSafe for AgentActivity
impl Send for AgentActivity
impl Sync for AgentActivity
impl Unpin for AgentActivity
impl UnwindSafe for AgentActivity
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