Struct google_cloudtrace2::Module[][src]

pub struct Module {
    pub build_id: Option<TruncatableString>,
    pub module: Option<TruncatableString>,
}

Binary module.

This type is not used in any activity, and only used as part of another schema.

Fields

A unique identifier for the module, usually a hash of its contents (up to 128 bytes).

For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so (up to 256 bytes).

Trait Implementations

impl Default for Module
[src]

Returns the "default value" for a type. Read more

impl Clone for Module
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Module
[src]

Formats the value using the given formatter. Read more

impl Part for Module
[src]

Auto Trait Implementations

impl Send for Module

impl Sync for Module