pub enum TurnTerminalEvent {
Completed,
Failed,
Interrupted,
Cancelled,
}Expand description
Terminal state of one turn observed from live stream events.
Variants§
Trait Implementations§
Source§impl Clone for TurnTerminalEvent
impl Clone for TurnTerminalEvent
Source§fn clone(&self) -> TurnTerminalEvent
fn clone(&self) -> TurnTerminalEvent
Returns a duplicate of the value. Read more
1.0.0 · 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 TurnTerminalEvent
impl Debug for TurnTerminalEvent
Source§impl PartialEq for TurnTerminalEvent
impl PartialEq for TurnTerminalEvent
impl Copy for TurnTerminalEvent
impl Eq for TurnTerminalEvent
impl StructuralPartialEq for TurnTerminalEvent
Auto Trait Implementations§
impl Freeze for TurnTerminalEvent
impl RefUnwindSafe for TurnTerminalEvent
impl Send for TurnTerminalEvent
impl Sync for TurnTerminalEvent
impl Unpin for TurnTerminalEvent
impl UnsafeUnpin for TurnTerminalEvent
impl UnwindSafe for TurnTerminalEvent
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