pub struct ChatToken {
pub text: String,
pub is_final: bool,
}Expand description
A single streamed token fragment.
Fields§
§text: String§is_final: boolTrait Implementations§
impl Eq for ChatToken
impl StructuralPartialEq for ChatToken
Auto Trait Implementations§
impl Freeze for ChatToken
impl RefUnwindSafe for ChatToken
impl Send for ChatToken
impl Sync for ChatToken
impl Unpin for ChatToken
impl UnsafeUnpin for ChatToken
impl UnwindSafe for ChatToken
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