pub enum ContinueReason {
ToolResultAppended,
ModelRequested,
}Variants§
Trait Implementations§
Source§impl Clone for ContinueReason
impl Clone for ContinueReason
Source§fn clone(&self) -> ContinueReason
fn clone(&self) -> ContinueReason
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 ContinueReason
impl Debug for ContinueReason
Source§impl<'de> Deserialize<'de> for ContinueReason
impl<'de> Deserialize<'de> for ContinueReason
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 PartialEq for ContinueReason
impl PartialEq for ContinueReason
Source§fn eq(&self, other: &ContinueReason) -> bool
fn eq(&self, other: &ContinueReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContinueReason
impl Serialize for ContinueReason
impl StructuralPartialEq for ContinueReason
Auto Trait Implementations§
impl Freeze for ContinueReason
impl RefUnwindSafe for ContinueReason
impl Send for ContinueReason
impl Sync for ContinueReason
impl Unpin for ContinueReason
impl UnsafeUnpin for ContinueReason
impl UnwindSafe for ContinueReason
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