Struct format_escape_default::EscapeDefaultFmt [] [src]

pub struct EscapeDefaultFmt<'a> { /* fields omitted */ }

Wraps the byte array and implements display

See format_escape_default method.

Trait Implementations

impl<'a> Debug for EscapeDefaultFmt<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Eq for EscapeDefaultFmt<'a>
[src]

impl<'a> PartialEq for EscapeDefaultFmt<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> Hash for EscapeDefaultFmt<'a>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Display for EscapeDefaultFmt<'a>
[src]

[src]

Formats the value using the given formatter. Read more