pub enum ReadlineControl {
Readline,
Control,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadlineControl
impl RefUnwindSafe for ReadlineControl
impl Send for ReadlineControl
impl Sync for ReadlineControl
impl Unpin for ReadlineControl
impl UnwindSafe for ReadlineControl
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