pub struct Stepper {
pub steps: Vec<StepperStep>,
pub current_step: i32,
}Fields§
§steps: Vec<StepperStep>§current_step: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stepper
impl RefUnwindSafe for Stepper
impl Send for Stepper
impl Sync for Stepper
impl Unpin for Stepper
impl UnwindSafe for Stepper
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