Struct requestty_ui::style::Styled [−][src]
pub struct Styled<T: ?Sized> { /* fields omitted */ }Expand description
Some content with a particular style applied.
See also write_styled and Stylize.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Styled<T> where
T: RefUnwindSafe,
impl<T: ?Sized> UnwindSafe for Styled<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more