pub struct TracingConfigSection {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for TracingConfigSection
impl Clone for TracingConfigSection
Source§fn clone(&self) -> TracingConfigSection
fn clone(&self) -> TracingConfigSection
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 TracingConfigSection
impl Debug for TracingConfigSection
Source§impl<'de> Deserialize<'de> for TracingConfigSection
impl<'de> Deserialize<'de> for TracingConfigSection
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 Serialize for TracingConfigSection
impl Serialize for TracingConfigSection
Source§impl Validate for TracingConfigSection
impl Validate for TracingConfigSection
Source§impl<'v_a> ValidateArgs<'v_a> for TracingConfigSection
impl<'v_a> ValidateArgs<'v_a> for TracingConfigSection
Auto Trait Implementations§
impl Freeze for TracingConfigSection
impl RefUnwindSafe for TracingConfigSection
impl Send for TracingConfigSection
impl Sync for TracingConfigSection
impl Unpin for TracingConfigSection
impl UnwindSafe for TracingConfigSection
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