pub struct TracingComponentConfig {
pub cluster_labels: Option<ClusterLabels>,
}Fields§
§cluster_labels: Option<ClusterLabels>Trait Implementations§
Source§impl Clone for TracingComponentConfig
impl Clone for TracingComponentConfig
Source§fn clone(&self) -> TracingComponentConfig
fn clone(&self) -> TracingComponentConfig
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 TracingComponentConfig
impl Debug for TracingComponentConfig
Source§impl Default for TracingComponentConfig
impl Default for TracingComponentConfig
Source§fn default() -> TracingComponentConfig
fn default() -> TracingComponentConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TracingComponentConfig
impl RefUnwindSafe for TracingComponentConfig
impl Send for TracingComponentConfig
impl Sync for TracingComponentConfig
impl Unpin for TracingComponentConfig
impl UnsafeUnpin for TracingComponentConfig
impl UnwindSafe for TracingComponentConfig
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