pub struct StyledStr { /* private fields */ }
Expand description
Terminal-styling container
Implementations§
Trait Implementations§
source§impl<I: Into<StyledStr>> IntoResettable<StyledStr> for I
impl<I: Into<StyledStr>> IntoResettable<StyledStr> for I
source§fn into_resettable(self) -> Resettable<StyledStr>
fn into_resettable(self) -> Resettable<StyledStr>
Convert to the intended resettable type
source§impl IntoResettable<StyledStr> for Option<&'static str>
impl IntoResettable<StyledStr> for Option<&'static str>
source§fn into_resettable(self) -> Resettable<StyledStr>
fn into_resettable(self) -> Resettable<StyledStr>
Convert to the intended resettable type
source§impl Ord for StyledStr
impl Ord for StyledStr
source§impl PartialOrd<StyledStr> for StyledStr
impl PartialOrd<StyledStr> for StyledStr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more