pub struct InProcessSendReport {
pub message_id: MessageId,
pub resolved_destination: String,
pub method: DeliveryMethod,
pub representation: DeliveryRepresentation,
pub outcome: DeliveryOutcome,
pub relay_destination: Option<String>,
pub receipt_hash: Option<String>,
}Fields§
§message_id: MessageId§resolved_destination: String§method: DeliveryMethod§representation: DeliveryRepresentation§outcome: DeliveryOutcome§relay_destination: Option<String>§receipt_hash: Option<String>Trait Implementations§
Source§impl Clone for InProcessSendReport
impl Clone for InProcessSendReport
Source§fn clone(&self) -> InProcessSendReport
fn clone(&self) -> InProcessSendReport
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 InProcessSendReport
impl Debug for InProcessSendReport
impl Eq for InProcessSendReport
Source§impl PartialEq for InProcessSendReport
impl PartialEq for InProcessSendReport
impl StructuralPartialEq for InProcessSendReport
Auto Trait Implementations§
impl Freeze for InProcessSendReport
impl RefUnwindSafe for InProcessSendReport
impl Send for InProcessSendReport
impl Sync for InProcessSendReport
impl Unpin for InProcessSendReport
impl UnsafeUnpin for InProcessSendReport
impl UnwindSafe for InProcessSendReport
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