pub struct DurableDelivery {
pub message: CrossOperationMessage,
pub state: DeliveryState,
pub attempts: u32,
}Fields§
§message: CrossOperationMessage§state: DeliveryState§attempts: u32Trait Implementations§
Source§impl Clone for DurableDelivery
impl Clone for DurableDelivery
Source§fn clone(&self) -> DurableDelivery
fn clone(&self) -> DurableDelivery
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 DurableDelivery
impl Debug for DurableDelivery
Source§impl<'de> Deserialize<'de> for DurableDelivery
impl<'de> Deserialize<'de> for DurableDelivery
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
impl Eq for DurableDelivery
Source§impl PartialEq for DurableDelivery
impl PartialEq for DurableDelivery
Source§impl Serialize for DurableDelivery
impl Serialize for DurableDelivery
impl StructuralPartialEq for DurableDelivery
Auto Trait Implementations§
impl Freeze for DurableDelivery
impl RefUnwindSafe for DurableDelivery
impl Send for DurableDelivery
impl Sync for DurableDelivery
impl Unpin for DurableDelivery
impl UnsafeUnpin for DurableDelivery
impl UnwindSafe for DurableDelivery
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