pub struct ReplLib;Expand description
Loadable REPL library.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplLib
impl RefUnwindSafe for ReplLib
impl Send for ReplLib
impl Sync for ReplLib
impl Unpin for ReplLib
impl UnsafeUnpin for ReplLib
impl UnwindSafe for ReplLib
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