Struct typed_headers::Token68[][src]

pub struct Token68(_);

A base68 value as defined in RFC7235.

Methods

impl Token68
[src]

Constructs a new base68 value.

Returns the string the value as a string.

Trait Implementations

impl Debug for Token68
[src]

Formats the value using the given formatter. Read more

impl Clone for Token68
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Token68
[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 Token68
[src]

impl Display for Token68
[src]

Formats the value using the given formatter. Read more

impl FromStr for Token68
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Token68

impl Sync for Token68