pub struct AgentSide;
Expand description
Marker type representing the agent side of an ACP connection.
This type is used by the RPC layer to determine which messages are incoming vs outgoing from the agent’s perspective.
See protocol docs: Communication Model
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentSide
impl RefUnwindSafe for AgentSide
impl Send for AgentSide
impl Sync for AgentSide
impl Unpin for AgentSide
impl UnwindSafe for AgentSide
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