[−][src]Struct nu_table::TextStyle
Fields
alignment: Alignmentcolor_style: Option<Style>Implementations
impl TextStyle[src]
pub fn new() -> TextStyle[src]
pub fn bold(&self, bool_value: Option<bool>) -> TextStyle[src]
pub fn is_bold(&self) -> bool[src]
pub fn dimmed(&self) -> TextStyle[src]
pub fn is_dimmed(&self) -> bool[src]
pub fn italic(&self) -> TextStyle[src]
pub fn is_italic(&self) -> bool[src]
pub fn underline(&self) -> TextStyle[src]
pub fn is_underline(&self) -> bool[src]
pub fn blink(&self) -> TextStyle[src]
pub fn is_blink(&self) -> bool[src]
pub fn reverse(&self) -> TextStyle[src]
pub fn is_reverse(&self) -> bool[src]
pub fn hidden(&self) -> TextStyle[src]
pub fn is_hidden(&self) -> bool[src]
pub fn strikethrough(&self) -> TextStyle[src]
pub fn is_strikethrough(&self) -> bool[src]
pub fn fg(&self, foregound: Color) -> TextStyle[src]
pub fn on(&self, background: Color) -> TextStyle[src]
pub fn bg(&self, background: Color) -> TextStyle[src]
pub fn alignment(&self, align: Alignment) -> TextStyle[src]
pub fn style(&self, style: Style) -> TextStyle[src]
pub fn basic_center() -> TextStyle[src]
pub fn basic_right() -> TextStyle[src]
pub fn basic_left() -> TextStyle[src]
pub fn default_header() -> TextStyle[src]
pub fn with_attributes(bo: bool, al: Alignment, co: Color) -> TextStyle[src]
pub fn with_style(al: Alignment, style: Style) -> TextStyle[src]
Trait Implementations
impl Clone for TextStyle[src]
impl Copy for TextStyle[src]
impl Debug for TextStyle[src]
impl Default for TextStyle[src]
Auto Trait Implementations
impl RefUnwindSafe for TextStyle
impl Send for TextStyle
impl Sync for TextStyle
impl Unpin for TextStyle
impl UnwindSafe for TextStyle
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,