pub enum A2aMethod {
MessageSend,
MessageStream,
TasksGet,
TasksCancel,
TasksResubscribe,
PushNotificationConfigSet,
PushNotificationConfigGet,
PushNotificationConfigList,
PushNotificationConfigDelete,
}Expand description
A2A protocol methods.
Variants§
MessageSend
MessageStream
TasksGet
TasksCancel
TasksResubscribe
PushNotificationConfigSet
PushNotificationConfigGet
PushNotificationConfigList
PushNotificationConfigDelete
Implementations§
Trait Implementations§
impl Eq for A2aMethod
impl StructuralPartialEq for A2aMethod
Auto Trait Implementations§
impl Freeze for A2aMethod
impl RefUnwindSafe for A2aMethod
impl Send for A2aMethod
impl Sync for A2aMethod
impl Unpin for A2aMethod
impl UnsafeUnpin for A2aMethod
impl UnwindSafe for A2aMethod
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