pub struct ResolvedBuiltinStepConfig {
pub transcript: TranscriptConfig,
pub refine: RefineConfig,
pub providers: ProvidersConfig,
}Fields§
§transcript: TranscriptConfig§refine: RefineConfig§providers: ProvidersConfigImplementations§
Source§impl ResolvedBuiltinStepConfig
impl ResolvedBuiltinStepConfig
pub fn from_app_config(config: &AppConfig) -> Self
Trait Implementations§
Source§impl Clone for ResolvedBuiltinStepConfig
impl Clone for ResolvedBuiltinStepConfig
Source§fn clone(&self) -> ResolvedBuiltinStepConfig
fn clone(&self) -> ResolvedBuiltinStepConfig
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 ResolvedBuiltinStepConfig
impl Debug for ResolvedBuiltinStepConfig
impl StructuralPartialEq for ResolvedBuiltinStepConfig
Auto Trait Implementations§
impl Freeze for ResolvedBuiltinStepConfig
impl RefUnwindSafe for ResolvedBuiltinStepConfig
impl Send for ResolvedBuiltinStepConfig
impl Sync for ResolvedBuiltinStepConfig
impl Unpin for ResolvedBuiltinStepConfig
impl UnsafeUnpin for ResolvedBuiltinStepConfig
impl UnwindSafe for ResolvedBuiltinStepConfig
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