pub struct ReplShell { /* private fields */ }Expand description
REPL 交互式 shell
Implementations§
Auto Trait Implementations§
impl Freeze for ReplShell
impl RefUnwindSafe for ReplShell
impl Send for ReplShell
impl Sync for ReplShell
impl Unpin for ReplShell
impl UnsafeUnpin for ReplShell
impl UnwindSafe for ReplShell
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