Struct requestty_ui::style::Styled
source · [−]pub struct Styled<T: ?Sized> { /* private fields */ }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