pub enum RenderableCellContent {
Chars([char; 6]),
Cursor(CursorKey),
}
Variants§
Trait Implementations§
Source§impl Clone for RenderableCellContent
impl Clone for RenderableCellContent
Source§fn clone(&self) -> RenderableCellContent
fn clone(&self) -> RenderableCellContent
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 RenderableCellContent
impl Debug for RenderableCellContent
impl Copy for RenderableCellContent
Auto Trait Implementations§
impl Freeze for RenderableCellContent
impl RefUnwindSafe for RenderableCellContent
impl Send for RenderableCellContent
impl Sync for RenderableCellContent
impl Unpin for RenderableCellContent
impl UnwindSafe for RenderableCellContent
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