pub struct RowFragment {
pub text: String,
pub fg_color: Option<Color>,
pub bg_color: Option<Color>,
}Fields§
§text: String§fg_color: Option<Color>§bg_color: Option<Color>Trait Implementations§
Source§impl Clone for RowFragment
impl Clone for RowFragment
Source§fn clone(&self) -> RowFragment
fn clone(&self) -> RowFragment
Returns a duplicate 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 RowFragment
impl Debug for RowFragment
Source§impl Hash for RowFragment
impl Hash for RowFragment
Source§impl PartialEq for RowFragment
impl PartialEq for RowFragment
impl Eq for RowFragment
impl StructuralPartialEq for RowFragment
Auto Trait Implementations§
impl Freeze for RowFragment
impl RefUnwindSafe for RowFragment
impl Send for RowFragment
impl Sync for RowFragment
impl Unpin for RowFragment
impl UnwindSafe for RowFragment
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