Struct usdt_impl::CompileProvidersConfig [−][src]
pub struct CompileProvidersConfig {
pub probe_path: Option<String>,
pub probe_name: Option<String>,
}Fields
probe_path: Option<String>probe_name: Option<String>Implementations
Return the formatted name of a probe.
Return the formatted name of the probe as an identifier.
Return the full formatted path of the provider.
Return the formatted module names for a provider, as a list of identifiers.
Return the full path of a probe macro.
Trait Implementations
Returns the “default value” for a type. Read more
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