pub struct LiveStep { /* private fields */ }Expand description
In-place spinner that occupies the checkmark column until LiveStep::finish.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LiveStep
impl !UnwindSafe for LiveStep
impl Freeze for LiveStep
impl Send for LiveStep
impl Sync for LiveStep
impl Unpin for LiveStep
impl UnsafeUnpin for LiveStep
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