[−][src]Struct codespan_reporting::term::Chars
Characters to use when rendering the diagnostic.
Fields
source_border_top_left: charThe character to use for the top-left border of the source.
Defaults to: '┌'.
source_border_top: charThe character to use for the top border of the source.
Defaults to: '─'.
source_border_left: charThe character to use for the left border of the source.
Defaults to: '│'.
source_border_left_break: charThe character to use for the left border break of the source.
Defaults to: '·'.
note_bullet: charThe character to use for the note bullet.
Defaults to: '='.
primary_caret: charThe character to use for marking a primary label.
Defaults to: '^'.
secondary_caret: charThe character to use for marking a secondary label.
Defaults to: '-'.
multiline_primary_caret: charThe character to use for marking the ends of a multi-line primary label.
Defaults to: '^'.
multiline_secondary_caret: charThe character to use for marking the ends of a multi-line secondary label.
Defaults to: '\''.
multiline_top_left: charThe character to use for the top-left corner of a multi-line label.
Defaults to: '╭'.
multiline_top: charThe character to use for the top of a multi-line label.
Defaults to: '─'.
multiline_bottom_left: charThe character to use for the bottom-left corner of a multi-line label.
Defaults to: '╰'.
multiline_bottom: charThe character to use when marking the bottom of a multi-line label.
Defaults to: '─'.
multiline_left: charThe character to use for the left of a multi-line label.
Defaults to: '│'.
Trait Implementations
Auto Trait Implementations
impl Send for Chars
impl Sync for Chars
impl Unpin for Chars
impl RefUnwindSafe for Chars
impl UnwindSafe for Chars
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,