Struct sentry_types::protocol::v7::ProguardDebugImage[][src]

pub struct ProguardDebugImage {
    pub uuid: Uuid,
}

Represents a proguard mapping file reference.

Fields

The UUID of the associated proguard file.

Trait Implementations

impl Debug for ProguardDebugImage
[src]

Formats the value using the given formatter. Read more

impl Clone for ProguardDebugImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProguardDebugImage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<ProguardDebugImage> for DebugImage
[src]

Performs the conversion.

Auto Trait Implementations