Enum diagnostic::BuiltinDrawer
source · pub enum BuiltinDrawer {
Unicode,
Ascii,
}Expand description
Possible character sets to use when rendering diagnostics.
Variants§
Unicode
Unicode characters (an attempt is made to use only commonly-supported characters).
Ascii
ASCII-only characters.
Trait Implementations§
source§impl Clone for BuiltinDrawer
impl Clone for BuiltinDrawer
source§fn clone(&self) -> BuiltinDrawer
fn clone(&self) -> BuiltinDrawer
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 BuiltinDrawer
impl Debug for BuiltinDrawer
source§impl PartialEq for BuiltinDrawer
impl PartialEq for BuiltinDrawer
source§fn eq(&self, other: &BuiltinDrawer) -> bool
fn eq(&self, other: &BuiltinDrawer) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BuiltinDrawer
impl Eq for BuiltinDrawer
impl StructuralPartialEq for BuiltinDrawer
Auto Trait Implementations§
impl RefUnwindSafe for BuiltinDrawer
impl Send for BuiltinDrawer
impl Sync for BuiltinDrawer
impl Unpin for BuiltinDrawer
impl UnwindSafe for BuiltinDrawer
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