pub struct IdempotencyConfig {
pub strategy: IdempotencyStrategy,
}Expand description
Override for default idempotency behavior on a connector node.
Fields§
§strategy: IdempotencyStrategyTrait Implementations§
Source§impl Clone for IdempotencyConfig
impl Clone for IdempotencyConfig
Source§fn clone(&self) -> IdempotencyConfig
fn clone(&self) -> IdempotencyConfig
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 IdempotencyConfig
impl Debug for IdempotencyConfig
Source§impl<'de> Deserialize<'de> for IdempotencyConfig
impl<'de> Deserialize<'de> for IdempotencyConfig
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
Source§impl PartialEq for IdempotencyConfig
impl PartialEq for IdempotencyConfig
Source§impl Serialize for IdempotencyConfig
impl Serialize for IdempotencyConfig
impl StructuralPartialEq for IdempotencyConfig
Auto Trait Implementations§
impl Freeze for IdempotencyConfig
impl RefUnwindSafe for IdempotencyConfig
impl Send for IdempotencyConfig
impl Sync for IdempotencyConfig
impl Unpin for IdempotencyConfig
impl UnsafeUnpin for IdempotencyConfig
impl UnwindSafe for IdempotencyConfig
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