pub enum ControlCharMode {
Interpret,
Display,
}
Expand description
How to handle Control Characters
Variants§
Trait Implementations§
Source§impl Clone for ControlCharMode
impl Clone for ControlCharMode
Source§fn clone(&self) -> ControlCharMode
fn clone(&self) -> ControlCharMode
Returns a copy 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 ControlCharMode
impl Debug for ControlCharMode
impl Copy for ControlCharMode
Auto Trait Implementations§
impl Freeze for ControlCharMode
impl RefUnwindSafe for ControlCharMode
impl Send for ControlCharMode
impl Sync for ControlCharMode
impl Unpin for ControlCharMode
impl UnwindSafe for ControlCharMode
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