Struct actix_tools::sentry::sentry_client::protocol::ProguardDebugImage [−]
pub struct ProguardDebugImage {
pub uuid: Uuid,
}Represents a proguard mapping file reference.
Fields
uuid: Uuid
The UUID of the associated proguard file.
Trait Implementations
impl Serialize for ProguardDebugImage
impl Serialize for ProguardDebugImagefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, Serialize this value into the given Serde serializer. Read more
impl Clone for ProguardDebugImage
impl Clone for ProguardDebugImagefn clone(&self) -> ProguardDebugImage
fn clone(&self) -> ProguardDebugImageReturns 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 ProguardDebugImage
impl Debug for ProguardDebugImagefn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for ProguardDebugImage
impl<'de> Deserialize<'de> for ProguardDebugImagefn deserialize<__D>(
__deserializer: __D
) -> Result<ProguardDebugImage, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ProguardDebugImage, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<ProguardDebugImage> for ProguardDebugImage
impl PartialEq<ProguardDebugImage> for ProguardDebugImagefn eq(&self, other: &ProguardDebugImage) -> bool
fn eq(&self, other: &ProguardDebugImage) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ProguardDebugImage) -> bool
fn ne(&self, other: &ProguardDebugImage) -> boolThis method tests for !=.
impl From<ProguardDebugImage> for DebugImage
impl From<ProguardDebugImage> for DebugImagefn from(data: ProguardDebugImage) -> DebugImage
fn from(data: ProguardDebugImage) -> DebugImagePerforms the conversion.
Auto Trait Implementations
impl Send for ProguardDebugImage
impl Send for ProguardDebugImageimpl Sync for ProguardDebugImage
impl Sync for ProguardDebugImage