Struct terminal2::IndexedCell
source · pub struct IndexedCell {
pub point: Point,
pub cell: Cell,
}
Fields§
§point: Point
§cell: Cell
Methods from Deref<Target = Cell>§
pub fn underline_color(&self) -> Option<Color>
pub fn underline_color(&self) -> Option<Color>
Underline color stored in this cell.
Trait Implementations§
source§impl Clone for IndexedCell
impl Clone for IndexedCell
source§fn clone(&self) -> IndexedCell
fn clone(&self) -> IndexedCell
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 IndexedCell
impl Debug for IndexedCell
source§impl Deref for IndexedCell
impl Deref for IndexedCell
source§impl<'de> Deserialize<'de> for IndexedCell
impl<'de> Deserialize<'de> for IndexedCell
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for IndexedCell
impl Send for IndexedCell
impl Sync for IndexedCell
impl Unpin for IndexedCell
impl UnwindSafe for IndexedCell
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