pub struct CodeView { /* private fields */ }Expand description
A lv-tui Component that renders syntax-highlighted code.
Implementations§
Trait Implementations§
Source§impl Component for CodeView
impl Component for CodeView
Auto Trait Implementations§
impl Freeze for CodeView
impl RefUnwindSafe for CodeView
impl Send for CodeView
impl Sync for CodeView
impl Unpin for CodeView
impl UnsafeUnpin for CodeView
impl UnwindSafe for CodeView
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