Struct csrf::UnencryptedCsrfToken [] [src]

pub struct UnencryptedCsrfToken { /* fields omitted */ }

Internal represenation of an unencrypted CSRF token. This is not suitable to send to end users.

Methods

impl UnencryptedCsrfToken
[src]

Create a new unenrypted token.

Retrieve the token value as bytes.

Trait Implementations

impl Clone for UnencryptedCsrfToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnencryptedCsrfToken
[src]

Formats the value using the given formatter.

impl Eq for UnencryptedCsrfToken
[src]

impl PartialEq for UnencryptedCsrfToken
[src]

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

This method tests for !=.

impl Hash for UnencryptedCsrfToken
[src]

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

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