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
impl<T: Eq + ?Sized> Eq for Styled<T>
impl<T: ?Sized> StructuralEq for Styled<T>
impl<T: ?Sized> StructuralPartialEq for Styled<T>
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Styled<T> where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Styled<T> where
T: Send,
impl<T: ?Sized> Sync for Styled<T> where
T: Sync,
impl<T: ?Sized> Unpin for Styled<T> where
T: Unpin,
impl<T: ?Sized> UnwindSafe for Styled<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more