Struct google_cloudtrace2::api::Module [−][src]
pub struct Module {
pub build_id: Option<TruncatableString>,
pub module: Option<TruncatableString>,
}Expand description
Binary module.
This type is not used in any activity, and only used as part of another schema.
Fields
build_id: Option<TruncatableString>A unique identifier for the module, usually a hash of its contents (up to 128 bytes).
module: Option<TruncatableString>For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).
Trait Implementations
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 RefUnwindSafe for Module
impl UnwindSafe for Module
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more