Struct basenc::Base64Url [] [src]

pub struct Base64Url;

Base64 url-safe charset.

Alphabet is "A-Za-z0-9-_" without padding.

Trait Implementations

impl Copy for Base64Url
[src]

impl Clone for Base64Url
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Base64Url
[src]

Formats the value using the given formatter.

impl Encoding for Base64Url
[src]

Returns the encoding's alphabet. Read more

Directly encode into an encode buffer. Read more

Directly decode into a decode buffer. Read more

impl<I: Iterator<Item = u8>> Encoder<I> for Base64Url
[src]

impl<I: Iterator<Item = char>> Decoder<I> for Base64Url
[src]