pub enum CharSet {
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
impl Copy for CharSet
impl Eq for CharSet
impl StructuralEq for CharSet
impl StructuralPartialEq for CharSet
Auto Trait Implementations
impl RefUnwindSafe for CharSet
impl Send for CharSet
impl Sync for CharSet
impl Unpin for CharSet
impl UnwindSafe for CharSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more