pub struct RestForOne { /* private fields */ }Implementations§
Source§impl RestForOne
impl RestForOne
pub fn new(restart_intensity: RestartIntensity<Duration>) -> Self
Trait Implementations§
Source§impl Clone for RestForOne
impl Clone for RestForOne
Source§fn clone(&self) -> RestForOne
fn clone(&self) -> RestForOne
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 RestForOne
impl Debug for RestForOne
Source§impl Default for RestForOne
impl Default for RestForOne
Source§fn default() -> RestForOne
fn default() -> RestForOne
Returns the “default value” for a type. Read more
Source§impl<ID> RestartStrategy<ID> for RestForOnewhere
ID: ChildID,
impl<ID> RestartStrategy<ID> for RestForOnewhere
ID: ChildID,
Auto Trait Implementations§
impl Freeze for RestForOne
impl RefUnwindSafe for RestForOne
impl Send for RestForOne
impl Sync for RestForOne
impl Unpin for RestForOne
impl UnwindSafe for RestForOne
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