pub struct DistillProvenance {
pub provider: Option<String>,
pub model: Option<String>,
pub prompt_version: Option<String>,
}Fields§
§provider: Option<String>§model: Option<String>§prompt_version: Option<String>Trait Implementations§
Source§impl Clone for DistillProvenance
impl Clone for DistillProvenance
Source§fn clone(&self) -> DistillProvenance
fn clone(&self) -> DistillProvenance
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 DistillProvenance
impl Debug for DistillProvenance
Source§impl Default for DistillProvenance
impl Default for DistillProvenance
Source§fn default() -> DistillProvenance
fn default() -> DistillProvenance
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DistillProvenance
impl RefUnwindSafe for DistillProvenance
impl Send for DistillProvenance
impl Sync for DistillProvenance
impl Unpin for DistillProvenance
impl UnsafeUnpin for DistillProvenance
impl UnwindSafe for DistillProvenance
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