pub enum StreamSegment {
Role(ChatRole),
Content(String),
Err(ExecutorError),
}
Variants§
Trait Implementations§
Source§impl Debug for StreamSegment
impl Debug for StreamSegment
Auto Trait Implementations§
impl Freeze for StreamSegment
impl !RefUnwindSafe for StreamSegment
impl Send for StreamSegment
impl Sync for StreamSegment
impl Unpin for StreamSegment
impl !UnwindSafe for StreamSegment
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