pub struct ReplClient {}Expand description
REPL client for user interaction
Implementations§
Source§impl ReplClient
impl ReplClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplClient
impl RefUnwindSafe for ReplClient
impl Send for ReplClient
impl Sync for ReplClient
impl Unpin for ReplClient
impl UnwindSafe for ReplClient
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