pub struct StepperHandler { /* private fields */ }
Expand description
All you need to step a Stepper, then remove it
Implementations§
Source§impl StepperHandler
impl StepperHandler
Sourcepub fn get_type_id(&self) -> TypeId
pub fn get_type_id(&self) -> TypeId
Get the stepper type_id
Sourcepub fn get_state(&self) -> StepperState
pub fn get_state(&self) -> StepperState
Get the stepper state
Auto Trait Implementations§
impl Freeze for StepperHandler
impl !RefUnwindSafe for StepperHandler
impl !Send for StepperHandler
impl !Sync for StepperHandler
impl Unpin for StepperHandler
impl !UnwindSafe for StepperHandler
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