Struct base64::display::Base64Display[][src]

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

A convenience wrapper for base64'ing bytes into a format string without heap allocation.

Methods

impl<'a> Base64Display<'a>
[src]

Create a Base64Display with the provided config.

Convenience method for creating a Base64Display with the STANDARD configuration.

Convenience method for creating a Base64Display with the URL_SAFE configuration.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Base64Display<'a>

impl<'a> Sync for Base64Display<'a>