Struct sentry_types::protocol::v7::ProguardDebugImage
source · pub struct ProguardDebugImage {
pub uuid: Uuid,
}Expand description
Represents a proguard mapping file reference.
Fields§
§uuid: UuidThe UUID of the associated proguard file.
Trait Implementations§
source§impl Clone for ProguardDebugImage
impl Clone for ProguardDebugImage
source§fn clone(&self) -> ProguardDebugImage
fn clone(&self) -> ProguardDebugImage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ProguardDebugImage
impl Debug for ProguardDebugImage
source§impl<'de> Deserialize<'de> for ProguardDebugImage
impl<'de> Deserialize<'de> for ProguardDebugImage
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
source§impl From<ProguardDebugImage> for DebugImage
impl From<ProguardDebugImage> for DebugImage
source§fn from(data: ProguardDebugImage) -> DebugImage
fn from(data: ProguardDebugImage) -> DebugImage
Converts to this type from the input type.
source§impl PartialEq<ProguardDebugImage> for ProguardDebugImage
impl PartialEq<ProguardDebugImage> for ProguardDebugImage
source§fn eq(&self, other: &ProguardDebugImage) -> bool
fn eq(&self, other: &ProguardDebugImage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.