pub struct StepperStep { /* private fields */ }Implementations§
Source§impl StepperStep
impl StepperStep
pub fn new(label: String) -> StepperStep
pub fn description(self, desc: String) -> StepperStep
pub fn completed(self, completed: bool) -> StepperStep
Auto Trait Implementations§
impl Freeze for StepperStep
impl RefUnwindSafe for StepperStep
impl Send for StepperStep
impl Sync for StepperStep
impl Unpin for StepperStep
impl UnwindSafe for StepperStep
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