Struct env_logger::fmt::StyledValue[][src]

pub struct StyledValue<'a, T> { /* fields omitted */ }

A value that can be printed using the given styles.

It is the result of calling Style::value.

Trait Implementations

impl<'a, T: Debug> Debug for StyledValue<'a, T>
[src]

Formats the value using the given formatter. Read more

impl<'a, T: Display> Display for StyledValue<'a, T>
[src]

Formats the value using the given formatter. Read more

impl<'a, T: Pointer> Pointer for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: Octal> Octal for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: Binary> Binary for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: UpperHex> UpperHex for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: LowerHex> LowerHex for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: UpperExp> UpperExp for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: LowerExp> LowerExp for StyledValue<'a, T>
[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl<'a, T> !Send for StyledValue<'a, T>

impl<'a, T> !Sync for StyledValue<'a, T>