pub fn use_idempotence_mode(mode: bool) -> IdempotenceModeGuard
Expand description
Temporarily sets the idempotence mode to the given value.
When the returned guard is dropped, the original idempotence mode is restored.
pub fn use_idempotence_mode(mode: bool) -> IdempotenceModeGuard
Temporarily sets the idempotence mode to the given value.
When the returned guard is dropped, the original idempotence mode is restored.