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

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.