pub struct Ladder { /* private fields */ }Expand description
The escalation timer for one teardown. Construct it, send Cancel to the
targets, then call Ladder::poll each reactor tick; perform whatever
action it returns on the still-live set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ladder
impl RefUnwindSafe for Ladder
impl Send for Ladder
impl Sync for Ladder
impl Unpin for Ladder
impl UnsafeUnpin for Ladder
impl UnwindSafe for Ladder
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