Struct sentry_types::protocol::v7::ProguardDebugImage
source · [−]pub struct ProguardDebugImage {
pub uuid: Uuid,
}
Expand description
Represents a proguard mapping file reference.
Fields
uuid: Uuid
The UUID of the associated proguard file.
Trait Implementations
sourceimpl Clone for ProguardDebugImage
impl Clone for ProguardDebugImage
sourcefn clone(&self) -> ProguardDebugImage
fn clone(&self) -> ProguardDebugImage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ProguardDebugImage
impl Debug for ProguardDebugImage
sourceimpl<'de> Deserialize<'de> for ProguardDebugImage
impl<'de> Deserialize<'de> for ProguardDebugImage
sourcefn 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
sourceimpl From<ProguardDebugImage> for DebugImage
impl From<ProguardDebugImage> for DebugImage
sourcefn from(data: ProguardDebugImage) -> DebugImage
fn from(data: ProguardDebugImage) -> DebugImage
Converts to this type from the input type.
sourceimpl PartialEq<ProguardDebugImage> for ProguardDebugImage
impl PartialEq<ProguardDebugImage> for ProguardDebugImage
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &ProguardDebugImage) -> bool
fn ne(&self, other: &ProguardDebugImage) -> bool
This method tests for !=
.
sourceimpl Serialize for ProguardDebugImage
impl Serialize for ProguardDebugImage
impl StructuralPartialEq for ProguardDebugImage
Auto Trait Implementations
impl RefUnwindSafe for ProguardDebugImage
impl Send for ProguardDebugImage
impl Sync for ProguardDebugImage
impl Unpin for ProguardDebugImage
impl UnwindSafe for ProguardDebugImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more