pub struct YuleChatResponse {
pub id: String,
pub text: String,
pub finish_reason: String,
pub usage: Usage,
pub integrity: IntegrityInfo,
pub timing: TimingInfo,
}Fields§
§id: String§text: String§finish_reason: String§usage: Usage§integrity: IntegrityInfo§timing: TimingInfoTrait Implementations§
Source§impl Debug for YuleChatResponse
impl Debug for YuleChatResponse
Auto Trait Implementations§
impl Freeze for YuleChatResponse
impl RefUnwindSafe for YuleChatResponse
impl Send for YuleChatResponse
impl Sync for YuleChatResponse
impl Unpin for YuleChatResponse
impl UnsafeUnpin for YuleChatResponse
impl UnwindSafe for YuleChatResponse
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