pub struct OneForOne {
pub frequency_policy: FrequencyPolicy,
}Fields
frequency_policy: FrequencyPolicyTrait Implementations
sourceimpl RestartStrategy for OneForOne
impl RestartStrategy for OneForOne
Auto Trait Implementations
impl RefUnwindSafe for OneForOne
impl Send for OneForOne
impl Sync for OneForOne
impl Unpin for OneForOne
impl UnwindSafe for OneForOne
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more