Type Alias env_logger::fmt::SubtleStyle

source ·
type SubtleStyle = StyledValue<'static, &'static str>;

Aliased Type§

struct SubtleStyle {
    style: Cow<'static, Style>,
    value: &'static str,
}

Fields§

§style: Cow<'static, Style>§value: &'static str

Implementations§

source§

impl<'a, T> StyledValue<'a, T>

source

fn write_fmt<F>(&self, f: F) -> Resultwhere F: FnOnce() -> Result,

Trait Implementations§

source§

impl<'a, T: Binary> Binary for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, T: Debug> Debug for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a, T: Display> Display for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a, T: LowerExp> LowerExp for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, T: LowerHex> LowerHex for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, T: Octal> Octal for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, T: Pointer> Pointer for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, T: UpperExp> UpperExp for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, T: UpperHex> UpperHex for StyledValue<'a, T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.