pub struct WorkflowTracingParam {
pub enabled: Option<bool>,
}Expand description
Controls diagnostic tracing during the session.
Fields§
§enabled: Option<bool>Whether tracing is enabled during the session. Defaults to true.
Trait Implementations§
Source§impl Clone for WorkflowTracingParam
impl Clone for WorkflowTracingParam
Source§fn clone(&self) -> WorkflowTracingParam
fn clone(&self) -> WorkflowTracingParam
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 WorkflowTracingParam
impl Debug for WorkflowTracingParam
Source§impl Default for WorkflowTracingParam
impl Default for WorkflowTracingParam
Source§fn default() -> WorkflowTracingParam
fn default() -> WorkflowTracingParam
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowTracingParam
impl<'de> Deserialize<'de> for WorkflowTracingParam
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkflowTracingParam
impl PartialEq for WorkflowTracingParam
Source§impl Serialize for WorkflowTracingParam
impl Serialize for WorkflowTracingParam
impl StructuralPartialEq for WorkflowTracingParam
Auto Trait Implementations§
impl Freeze for WorkflowTracingParam
impl RefUnwindSafe for WorkflowTracingParam
impl Send for WorkflowTracingParam
impl Sync for WorkflowTracingParam
impl Unpin for WorkflowTracingParam
impl UnwindSafe for WorkflowTracingParam
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