pub enum AcpRequest {
Show 20 variants
AcpOpenSessionRequest(AcpOpenSessionRequest),
AcpGetDurableSessionRequest(AcpGetDurableSessionRequest),
AcpListDurableSessionsRequest(AcpListDurableSessionsRequest),
AcpDeleteSessionRequest(AcpDeleteSessionRequest),
AcpUnloadSessionRequest(AcpUnloadSessionRequest),
AcpPromptRequest(AcpPromptRequest),
AcpCancelPromptRequest(AcpCancelPromptRequest),
AcpRespondPermissionRequest(AcpRespondPermissionRequest),
AcpReadHistoryRequest(AcpReadHistoryRequest),
AcpGetSessionConfigRequest(AcpGetSessionConfigRequest),
AcpSetSessionConfigOptionRequest(AcpSetSessionConfigOptionRequest),
AcpGetSessionCapabilitiesRequest(AcpGetSessionCapabilitiesRequest),
AcpGetSessionAgentInfoRequest(AcpGetSessionAgentInfoRequest),
AcpCreateSessionRequest(AcpCreateSessionRequest),
AcpSessionRequest(AcpSessionRequest),
AcpGetSessionStateRequest(AcpGetSessionStateRequest),
AcpCloseSessionRequest(AcpCloseSessionRequest),
AcpResumeSessionRequest(AcpResumeSessionRequest),
AcpDeliverAgentOutputRequest(AcpDeliverAgentOutputRequest),
AcpListAgentsRequest(AcpListAgentsRequest),
}Variants§
AcpOpenSessionRequest(AcpOpenSessionRequest)
AcpGetDurableSessionRequest(AcpGetDurableSessionRequest)
AcpListDurableSessionsRequest(AcpListDurableSessionsRequest)
AcpDeleteSessionRequest(AcpDeleteSessionRequest)
AcpUnloadSessionRequest(AcpUnloadSessionRequest)
AcpPromptRequest(AcpPromptRequest)
AcpCancelPromptRequest(AcpCancelPromptRequest)
AcpRespondPermissionRequest(AcpRespondPermissionRequest)
AcpReadHistoryRequest(AcpReadHistoryRequest)
AcpGetSessionConfigRequest(AcpGetSessionConfigRequest)
AcpSetSessionConfigOptionRequest(AcpSetSessionConfigOptionRequest)
AcpGetSessionCapabilitiesRequest(AcpGetSessionCapabilitiesRequest)
AcpGetSessionAgentInfoRequest(AcpGetSessionAgentInfoRequest)
AcpCreateSessionRequest(AcpCreateSessionRequest)
AcpSessionRequest(AcpSessionRequest)
AcpGetSessionStateRequest(AcpGetSessionStateRequest)
AcpCloseSessionRequest(AcpCloseSessionRequest)
AcpResumeSessionRequest(AcpResumeSessionRequest)
AcpDeliverAgentOutputRequest(AcpDeliverAgentOutputRequest)
AcpListAgentsRequest(AcpListAgentsRequest)
Trait Implementations§
Source§impl Clone for AcpRequest
impl Clone for AcpRequest
Source§fn clone(&self) -> AcpRequest
fn clone(&self) -> AcpRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcpRequest
impl Debug for AcpRequest
Source§impl<'de> Deserialize<'de> for AcpRequest
impl<'de> Deserialize<'de> for AcpRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AcpRequest
Source§impl PartialEq for AcpRequest
impl PartialEq for AcpRequest
Source§impl Serialize for AcpRequest
impl Serialize for AcpRequest
impl StructuralPartialEq for AcpRequest
Auto Trait Implementations§
impl Freeze for AcpRequest
impl RefUnwindSafe for AcpRequest
impl Send for AcpRequest
impl Sync for AcpRequest
impl Unpin for AcpRequest
impl UnsafeUnpin for AcpRequest
impl UnwindSafe for AcpRequest
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