pub struct TelemetryFileConfig {
pub verbosity: Option<String>,
}Expand description
[telemetry] — how much operational telemetry the model-facing envelope
carries (quiet default, or full). See crate::tools::TelemetryVerbosity.
Fields§
§verbosity: Option<String>Trait Implementations§
Source§impl Debug for TelemetryFileConfig
impl Debug for TelemetryFileConfig
Source§impl Default for TelemetryFileConfig
impl Default for TelemetryFileConfig
Source§fn default() -> TelemetryFileConfig
fn default() -> TelemetryFileConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TelemetryFileConfig
impl<'de> Deserialize<'de> for TelemetryFileConfig
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
Auto Trait Implementations§
impl Freeze for TelemetryFileConfig
impl RefUnwindSafe for TelemetryFileConfig
impl Send for TelemetryFileConfig
impl Sync for TelemetryFileConfig
impl Unpin for TelemetryFileConfig
impl UnsafeUnpin for TelemetryFileConfig
impl UnwindSafe for TelemetryFileConfig
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