Struct rustyline_async::Readline
source · [−]pub struct Readline { /* private fields */ }
Expand description
Structure that contains all the data necessary to read and write lines in an asyncronous manner
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Readline
impl Send for Readline
impl Sync for Readline
impl Unpin for Readline
impl !UnwindSafe for Readline
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more