pub struct ChatkitWorkflowTracing {
pub enabled: bool,
}Expand description
Controls diagnostic tracing during the session.
Fields§
§enabled: boolIndicates whether tracing is enabled.
Trait Implementations§
Source§impl Clone for ChatkitWorkflowTracing
impl Clone for ChatkitWorkflowTracing
Source§fn clone(&self) -> ChatkitWorkflowTracing
fn clone(&self) -> ChatkitWorkflowTracing
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 ChatkitWorkflowTracing
impl Debug for ChatkitWorkflowTracing
Source§impl<'de> Deserialize<'de> for ChatkitWorkflowTracing
impl<'de> Deserialize<'de> for ChatkitWorkflowTracing
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 ChatkitWorkflowTracing
impl PartialEq for ChatkitWorkflowTracing
Source§impl Serialize for ChatkitWorkflowTracing
impl Serialize for ChatkitWorkflowTracing
impl StructuralPartialEq for ChatkitWorkflowTracing
Auto Trait Implementations§
impl Freeze for ChatkitWorkflowTracing
impl RefUnwindSafe for ChatkitWorkflowTracing
impl Send for ChatkitWorkflowTracing
impl Sync for ChatkitWorkflowTracing
impl Unpin for ChatkitWorkflowTracing
impl UnwindSafe for ChatkitWorkflowTracing
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