Struct google_cloudtrace2::api::Module
source · 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§
source§impl<'de> Deserialize<'de> for Module
impl<'de> Deserialize<'de> for Module
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