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
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
impl Default for Module[src]
impl Default for Moduleimpl Clone for Module[src]
impl Clone for Modulefn clone(&self) -> Module[src]
fn clone(&self) -> ModuleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Module[src]
impl Debug for Modulefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Module[src]
impl Part for Module