pub struct TextColorOption {
pub fore: Color,
pub back: Color,
pub style: Style,
pub vanish: bool,
}Expand description
“fore” corresponds to foreground, and “back” to background accordingly.
Fields§
§fore: Color§back: Color§style: Style§vanish: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TextColorOption
impl RefUnwindSafe for TextColorOption
impl Send for TextColorOption
impl Sync for TextColorOption
impl Unpin for TextColorOption
impl UnwindSafe for TextColorOption
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