pub struct InboundResult {
pub state: DeliveryState,
pub reason_code: Option<String>,
pub detail: Option<String>,
pub decrypted_payload: Option<Map<String, Value>>,
pub response_message: Option<Map<String, Value>>,
}Fields§
§state: DeliveryState§reason_code: Option<String>§detail: Option<String>§decrypted_payload: Option<Map<String, Value>>§response_message: Option<Map<String, Value>>Trait Implementations§
Source§impl Clone for InboundResult
impl Clone for InboundResult
Source§fn clone(&self) -> InboundResult
fn clone(&self) -> InboundResult
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 InboundResult
impl Debug for InboundResult
Auto Trait Implementations§
impl Freeze for InboundResult
impl RefUnwindSafe for InboundResult
impl Send for InboundResult
impl Sync for InboundResult
impl Unpin for InboundResult
impl UnsafeUnpin for InboundResult
impl UnwindSafe for InboundResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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