enum StreamPrintState {
Visible,
InToolCall,
}Variants§
Auto Trait Implementations§
impl Freeze for StreamPrintState
impl RefUnwindSafe for StreamPrintState
impl Send for StreamPrintState
impl Sync for StreamPrintState
impl Unpin for StreamPrintState
impl UnsafeUnpin for StreamPrintState
impl UnwindSafe for StreamPrintState
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