Enum sozu_lib::retry::RetryPolicyWrapper
source · pub enum RetryPolicyWrapper {
ExponentialBackoff(ExponentialBackoffPolicy),
}
Variants§
ExponentialBackoff(ExponentialBackoffPolicy)
Trait Implementations§
source§impl Clone for RetryPolicyWrapper
impl Clone for RetryPolicyWrapper
source§fn clone(&self) -> RetryPolicyWrapper
fn clone(&self) -> RetryPolicyWrapper
Returns a copy 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 RetryPolicyWrapper
impl Debug for RetryPolicyWrapper
source§impl Into<RetryPolicyWrapper> for ExponentialBackoffPolicy
impl Into<RetryPolicyWrapper> for ExponentialBackoffPolicy
source§fn into(self) -> RetryPolicyWrapper
fn into(self) -> RetryPolicyWrapper
Converts this type into the (usually inferred) input type.