Struct actix_tools::sentry::sentry_client::protocol::ProguardDebugImage[]

pub struct ProguardDebugImage {
    pub uuid: Uuid,
}

Represents a proguard mapping file reference.

Fields

The UUID of the associated proguard file.

Trait Implementations

impl Serialize for ProguardDebugImage

Serialize this value into the given Serde serializer. Read more

impl Clone for ProguardDebugImage

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProguardDebugImage

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for ProguardDebugImage

Deserialize this value from the given Serde deserializer. Read more

impl PartialEq<ProguardDebugImage> for ProguardDebugImage

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

Performs the conversion.

Auto Trait Implementations