pub enum BridgeTaskEventType {
Show 14 variants
Status,
ToolCall,
ToolResult,
Content,
Thinking,
Text,
Metrics,
ApprovalRequest,
Error,
Completed,
CapabilityReport,
Escalation,
ApprovalDenied,
Other(String),
}Expand description
BridgeTaskEventType enumeration.
Variants§
Status
ToolCall
ToolResult
Content
Thinking
Text
Metrics
ApprovalRequest
Error
Completed
CapabilityReport
Escalation
ApprovalDenied
Other(String)
A value the API introduced after this SDK was generated.
Implementations§
Trait Implementations§
Source§impl Clone for BridgeTaskEventType
impl Clone for BridgeTaskEventType
Source§fn clone(&self) -> BridgeTaskEventType
fn clone(&self) -> BridgeTaskEventType
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 BridgeTaskEventType
impl Debug for BridgeTaskEventType
Source§impl Default for BridgeTaskEventType
impl Default for BridgeTaskEventType
Source§fn default() -> BridgeTaskEventType
fn default() -> BridgeTaskEventType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BridgeTaskEventType
impl<'de> Deserialize<'de> for BridgeTaskEventType
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
Source§impl Display for BridgeTaskEventType
impl Display for BridgeTaskEventType
impl Eq for BridgeTaskEventType
Source§impl From<&str> for BridgeTaskEventType
impl From<&str> for BridgeTaskEventType
Source§impl Hash for BridgeTaskEventType
impl Hash for BridgeTaskEventType
Source§impl PartialEq for BridgeTaskEventType
impl PartialEq for BridgeTaskEventType
Source§impl Serialize for BridgeTaskEventType
impl Serialize for BridgeTaskEventType
impl StructuralPartialEq for BridgeTaskEventType
Auto Trait Implementations§
impl Freeze for BridgeTaskEventType
impl RefUnwindSafe for BridgeTaskEventType
impl Send for BridgeTaskEventType
impl Sync for BridgeTaskEventType
impl Unpin for BridgeTaskEventType
impl UnsafeUnpin for BridgeTaskEventType
impl UnwindSafe for BridgeTaskEventType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.