enum Step {
Done,
NotDone,
}
Variants§
Trait Implementations§
source§impl PartialEq<Step> for Step
impl PartialEq<Step> for Step
impl Copy for Step
impl Eq for Step
impl StructuralEq for Step
impl StructuralPartialEq for Step
Auto Trait Implementations§
impl RefUnwindSafe for Step
impl Send for Step
impl Sync for Step
impl Unpin for Step
impl UnwindSafe for Step
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