pub struct Policies {
pub retry_policy: RetryPolicy,
pub concurrency_policy: ConcurrencyPolicy,
pub timeout_policy: TimeoutPolicy,
}
Fields§
§retry_policy: RetryPolicy
§concurrency_policy: ConcurrencyPolicy
§timeout_policy: TimeoutPolicy
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Policies
impl RefUnwindSafe for Policies
impl Send for Policies
impl Sync for Policies
impl Unpin for Policies
impl UnwindSafe for Policies
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