Struct agner_sup::mixed::RestForOne
source · 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 copy 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 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