pub struct AgentSideConnection { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Client for AgentSideConnection
impl Client for AgentSideConnection
async fn request_permission( &self, arguments: RequestPermissionRequest, ) -> Result<RequestPermissionResponse, Error>
async fn write_text_file( &self, arguments: WriteTextFileRequest, ) -> Result<(), Error>
async fn read_text_file( &self, arguments: ReadTextFileRequest, ) -> Result<ReadTextFileResponse, Error>
async fn session_notification( &self, notification: SessionNotification, ) -> Result<(), Error>
Auto Trait Implementations§
impl !Freeze for AgentSideConnection
impl !RefUnwindSafe for AgentSideConnection
impl Send for AgentSideConnection
impl Sync for AgentSideConnection
impl Unpin for AgentSideConnection
impl !UnwindSafe for AgentSideConnection
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