pub struct PulseState { /* private fields */ }Expand description
Live token values a heartbeat renders each pulse, updatable while running
(e.g. ct-each sets {ITEM}/{INDEX}/{DONE}/{TOTAL} as it advances).
Implementations§
Trait Implementations§
Source§impl Default for PulseState
impl Default for PulseState
Source§fn default() -> PulseState
fn default() -> PulseState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for PulseState
impl RefUnwindSafe for PulseState
impl Send for PulseState
impl Sync for PulseState
impl Unpin for PulseState
impl UnsafeUnpin for PulseState
impl UnwindSafe for PulseState
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