pub enum UserReply {
Run(bool),
StepIn,
StepOut,
Goto(usize),
Native(usize),
Lua,
}Variants§
Trait Implementations§
impl Copy for UserReply
impl StructuralPartialEq for UserReply
Auto Trait Implementations§
impl Freeze for UserReply
impl RefUnwindSafe for UserReply
impl Send for UserReply
impl Sync for UserReply
impl Unpin for UserReply
impl UnwindSafe for UserReply
Blanket Implementations§
Source§impl<T> AsByteArray for T
impl<T> AsByteArray for T
fn as_byte_array(&self) -> &[u8] ⓘ
Source§impl<T> AsByteArrayMut for T
impl<T> AsByteArrayMut for T
fn as_mut_byte_array(&mut self) -> &mut [u8] ⓘ
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