pub enum OutputPreference {
Rich,
Plain,
}Expand description
Output preference based on detection.
Variants§
Trait Implementations§
Source§impl Clone for OutputPreference
impl Clone for OutputPreference
Source§fn clone(&self) -> OutputPreference
fn clone(&self) -> OutputPreference
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 OutputPreference
impl Debug for OutputPreference
Source§impl PartialEq for OutputPreference
impl PartialEq for OutputPreference
impl Copy for OutputPreference
impl Eq for OutputPreference
impl StructuralPartialEq for OutputPreference
Auto Trait Implementations§
impl Freeze for OutputPreference
impl RefUnwindSafe for OutputPreference
impl Send for OutputPreference
impl Sync for OutputPreference
impl Unpin for OutputPreference
impl UnsafeUnpin for OutputPreference
impl UnwindSafe for OutputPreference
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