pub struct AllForOne {
pub frequency_policy: FrequencyPolicy,
}Fields
frequency_policy: FrequencyPolicyTrait Implementations
sourceimpl RestartStrategy for AllForOne
impl RestartStrategy for AllForOne
Auto Trait Implementations
impl RefUnwindSafe for AllForOne
impl Send for AllForOne
impl Sync for AllForOne
impl Unpin for AllForOne
impl UnwindSafe for AllForOne
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