pub struct ChecksReport {
pub text_completion: CheckOutcome,
pub streaming: CheckOutcome,
pub tool_call: CheckOutcome,
}Expand description
The three smoke checks, keyed for the CLI report.
Fields§
§text_completion: CheckOutcome§streaming: CheckOutcome§tool_call: CheckOutcomeTrait Implementations§
Source§impl Clone for ChecksReport
impl Clone for ChecksReport
Source§fn clone(&self) -> ChecksReport
fn clone(&self) -> ChecksReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChecksReport
impl Debug for ChecksReport
Auto Trait Implementations§
impl Freeze for ChecksReport
impl RefUnwindSafe for ChecksReport
impl Send for ChecksReport
impl Sync for ChecksReport
impl Unpin for ChecksReport
impl UnsafeUnpin for ChecksReport
impl UnwindSafe for ChecksReport
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