pub struct WorkflowTracingParamArgs { /* private fields */ }Expand description
Builder for WorkflowTracingParam.
Implementations§
Source§impl WorkflowTracingParamArgs
impl WorkflowTracingParamArgs
Sourcepub fn enabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn enabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Whether tracing is enabled during the session. Defaults to true.
Sourcepub fn build(&self) -> Result<WorkflowTracingParam, OpenAIError>
pub fn build(&self) -> Result<WorkflowTracingParam, OpenAIError>
Trait Implementations§
Source§impl Clone for WorkflowTracingParamArgs
impl Clone for WorkflowTracingParamArgs
Source§fn clone(&self) -> WorkflowTracingParamArgs
fn clone(&self) -> WorkflowTracingParamArgs
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 WorkflowTracingParamArgs
impl Debug for WorkflowTracingParamArgs
Auto Trait Implementations§
impl Freeze for WorkflowTracingParamArgs
impl RefUnwindSafe for WorkflowTracingParamArgs
impl Send for WorkflowTracingParamArgs
impl Sync for WorkflowTracingParamArgs
impl Unpin for WorkflowTracingParamArgs
impl UnwindSafe for WorkflowTracingParamArgs
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