pub fn use_idempotence_mode(mode: bool) -> IdempotenceModeGuardExpand 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) -> IdempotenceModeGuardTemporarily sets the idempotence mode to the given value.
When the returned guard is dropped, the original idempotence mode is restored.