pub enum WalkOperation {
StepInto,
StepOver,
StepOut,
Terminate,
}Expand description
遍历操作。
Variants§
Auto Trait Implementations§
impl Freeze for WalkOperation
impl RefUnwindSafe for WalkOperation
impl Send for WalkOperation
impl Sync for WalkOperation
impl Unpin for WalkOperation
impl UnwindSafe for WalkOperation
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