Enum multibase::Base [] [src]

pub enum Base {
    Base2,
    Base8,
    Base10,
    Base16,
    Base16Upper,
    Base32hex,
    Base32hexUpper,
    Base32,
    Base32Upper,
    Base32z,
    Base58flickr,
    Base58btc,
    Base64,
    Base64url,
}

Variants

Methods

impl Base
[src]

Get the base code.

Get the matching alphabet.

Convert a code to a base.

Trait Implementations

impl PartialEq for Base
[src]

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

This method tests for !=.

impl Eq for Base
[src]

impl Clone for Base
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Base
[src]

impl Debug for Base
[src]

Formats the value using the given formatter.