pub struct AxEventDeadLetter {
pub id: String,
pub delivery_id: String,
pub run_id: Option<String>,
pub sink_id: Option<String>,
pub reason: String,
}Fields§
§id: String§delivery_id: String§run_id: Option<String>§sink_id: Option<String>§reason: StringTrait Implementations§
Source§impl Clone for AxEventDeadLetter
impl Clone for AxEventDeadLetter
Source§fn clone(&self) -> AxEventDeadLetter
fn clone(&self) -> AxEventDeadLetter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AxEventDeadLetter
impl Debug for AxEventDeadLetter
Source§impl<'de> Deserialize<'de> for AxEventDeadLetter
impl<'de> Deserialize<'de> for AxEventDeadLetter
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 AxEventDeadLetter
impl RefUnwindSafe for AxEventDeadLetter
impl Send for AxEventDeadLetter
impl Sync for AxEventDeadLetter
impl Unpin for AxEventDeadLetter
impl UnsafeUnpin for AxEventDeadLetter
impl UnwindSafe for AxEventDeadLetter
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