Struct sozu_lib::retry::ExponentialBackoffPolicy
source · pub struct ExponentialBackoffPolicy { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for ExponentialBackoffPolicy
impl Clone for ExponentialBackoffPolicy
source§fn clone(&self) -> ExponentialBackoffPolicy
fn clone(&self) -> ExponentialBackoffPolicy
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 ExponentialBackoffPolicy
impl Debug for ExponentialBackoffPolicy
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.