Struct rs3a::RowFragment [−][src]
pub struct RowFragment {
pub text: String,
pub fg_color: Option<Color>,
pub bg_color: Option<Color>,
}Fields
text: Stringfg_color: Option<Color>bg_color: Option<Color>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RowFragment
impl Send for RowFragment
impl Sync for RowFragment
impl Unpin for RowFragment
impl UnwindSafe for RowFragment
Blanket Implementations
Mutably borrows from an owned value. Read more