pub enum RealtimeSessionCreateResponseTracing {
Auto,
_1(RealtimeSessionCreateResponseTracing1),
}
Expand description
Configuration options for tracing. Set to null to disable tracing. Once tracing is enabled for a session, the configuration cannot be modified.
auto
will create a trace for the session with default values for the
workflow name, group id, and metadata.
Variants§
Trait Implementations§
Source§impl Clone for RealtimeSessionCreateResponseTracing
impl Clone for RealtimeSessionCreateResponseTracing
Source§fn clone(&self) -> RealtimeSessionCreateResponseTracing
fn clone(&self) -> RealtimeSessionCreateResponseTracing
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<'de> Deserialize<'de> for RealtimeSessionCreateResponseTracing
impl<'de> Deserialize<'de> for RealtimeSessionCreateResponseTracing
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 RealtimeSessionCreateResponseTracing
impl PartialEq for RealtimeSessionCreateResponseTracing
Source§fn eq(&self, other: &RealtimeSessionCreateResponseTracing) -> bool
fn eq(&self, other: &RealtimeSessionCreateResponseTracing) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RealtimeSessionCreateResponseTracing
Auto Trait Implementations§
impl Freeze for RealtimeSessionCreateResponseTracing
impl RefUnwindSafe for RealtimeSessionCreateResponseTracing
impl Send for RealtimeSessionCreateResponseTracing
impl Sync for RealtimeSessionCreateResponseTracing
impl Unpin for RealtimeSessionCreateResponseTracing
impl UnwindSafe for RealtimeSessionCreateResponseTracing
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