pub struct ReflectionDraft {
pub reflection: String,
pub reflection_token_count: u32,
pub covered_observations: String,
pub reflection_input_tokens: u32,
}Fields§
§reflection: String§reflection_token_count: u32§covered_observations: String§reflection_input_tokens: u32Trait Implementations§
Source§impl Clone for ReflectionDraft
impl Clone for ReflectionDraft
Source§fn clone(&self) -> ReflectionDraft
fn clone(&self) -> ReflectionDraft
Returns a duplicate of the value. Read more
1.0.0 · 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 ReflectionDraft
impl Debug for ReflectionDraft
Source§impl PartialEq for ReflectionDraft
impl PartialEq for ReflectionDraft
impl Eq for ReflectionDraft
impl StructuralPartialEq for ReflectionDraft
Auto Trait Implementations§
impl Freeze for ReflectionDraft
impl RefUnwindSafe for ReflectionDraft
impl Send for ReflectionDraft
impl Sync for ReflectionDraft
impl Unpin for ReflectionDraft
impl UnsafeUnpin for ReflectionDraft
impl UnwindSafe for ReflectionDraft
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