pub enum ReadlineControl {
Readline,
Control,
}Variants§
Trait Implementations§
Source§impl Clone for ReadlineControl
impl Clone for ReadlineControl
Source§fn clone(&self) -> ReadlineControl
fn clone(&self) -> ReadlineControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReadlineControl
impl Debug for ReadlineControl
Source§impl Hash for ReadlineControl
impl Hash for ReadlineControl
Source§impl Ord for ReadlineControl
impl Ord for ReadlineControl
Source§fn cmp(&self, other: &ReadlineControl) -> Ordering
fn cmp(&self, other: &ReadlineControl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReadlineControl
impl PartialEq for ReadlineControl
Source§impl PartialOrd for ReadlineControl
impl PartialOrd for ReadlineControl
impl Eq for ReadlineControl
impl StructuralPartialEq for ReadlineControl
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