Enum osiris_process::register::state::TickState
source · pub enum TickState {
Executed,
Jumped,
Skipped,
Error,
}Variants§
Trait Implementations§
source§impl PartialEq for TickState
impl PartialEq for TickState
impl Copy for TickState
impl Eq for TickState
impl StructuralPartialEq for TickState
Auto Trait Implementations§
impl Freeze for TickState
impl RefUnwindSafe for TickState
impl Send for TickState
impl Sync for TickState
impl Unpin for TickState
impl UnwindSafe for TickState
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