pub struct SentryAlertData {
pub issue: Option<SentryIssue>,
pub error: Option<SentryError>,
}Fields§
§issue: Option<SentryIssue>§error: Option<SentryError>Trait Implementations§
Source§impl Clone for SentryAlertData
impl Clone for SentryAlertData
Source§fn clone(&self) -> SentryAlertData
fn clone(&self) -> SentryAlertData
Returns a duplicate 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 SentryAlertData
impl Debug for SentryAlertData
Source§impl<'de> Deserialize<'de> for SentryAlertData
impl<'de> Deserialize<'de> for SentryAlertData
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
Auto Trait Implementations§
impl Freeze for SentryAlertData
impl RefUnwindSafe for SentryAlertData
impl Send for SentryAlertData
impl Sync for SentryAlertData
impl Unpin for SentryAlertData
impl UnsafeUnpin for SentryAlertData
impl UnwindSafe for SentryAlertData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more