pub struct DrawingChars {
pub vertical: &'static str,
pub horizontal: &'static str,
pub top_left: &'static str,
pub arrow: &'static str,
pub pointer_start: &'static str,
pub pointer_line: &'static str,
}Expand description
Characters used for drawing error indicators
Fields§
§vertical: &'static str§horizontal: &'static str§top_left: &'static str§arrow: &'static str§pointer_start: &'static str§pointer_line: &'static strImplementations§
Auto Trait Implementations§
impl Freeze for DrawingChars
impl RefUnwindSafe for DrawingChars
impl Send for DrawingChars
impl Sync for DrawingChars
impl Unpin for DrawingChars
impl UnsafeUnpin for DrawingChars
impl UnwindSafe for DrawingChars
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