pub enum Step<T> {
dummy_to_use_type_params(State<T>),
}
Variants§
Implementations§
source§impl<T> Step<T>
impl<T> Step<T>
sourcepub exec fn is_dummy_to_use_type_params(&self) -> bool
pub exec fn is_dummy_to_use_type_params(&self) -> bool
sourcepub exec fn get_dummy_to_use_type_params_0(self) -> State<T>
pub exec fn get_dummy_to_use_type_params_0(self) -> State<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Step<T>where
T: RefUnwindSafe,
impl<T> Send for Step<T>where
T: Send,
impl<T> Sync for Step<T>where
T: Sync,
impl<T> Unpin for Step<T>where
T: Unpin,
impl<T> UnwindSafe for Step<T>where
T: UnwindSafe,
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