pub struct SimpleRetryJoinStrategy {
pub schedule: Vec<Duration>,
}Fields§
§schedule: Vec<Duration>Implementations§
Trait Implementations§
Source§impl Clone for SimpleRetryJoinStrategy
impl Clone for SimpleRetryJoinStrategy
Source§fn clone(&self) -> SimpleRetryJoinStrategy
fn clone(&self) -> SimpleRetryJoinStrategy
Returns a duplicate 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 SimpleRetryJoinStrategy
impl Debug for SimpleRetryJoinStrategy
Source§impl Default for SimpleRetryJoinStrategy
impl Default for SimpleRetryJoinStrategy
Auto Trait Implementations§
impl Freeze for SimpleRetryJoinStrategy
impl RefUnwindSafe for SimpleRetryJoinStrategy
impl Send for SimpleRetryJoinStrategy
impl Sync for SimpleRetryJoinStrategy
impl Unpin for SimpleRetryJoinStrategy
impl UnsafeUnpin for SimpleRetryJoinStrategy
impl UnwindSafe for SimpleRetryJoinStrategy
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