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]

[src]

Create a new unenrypted token.

[src]

Deprecated

Retrieve the token value as bytes.

[src]

Retrieve the token value as bytes.

Trait Implementations

impl Clone for UnencryptedCsrfToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UnencryptedCsrfToken
[src]

[src]

Formats the value using the given formatter.

impl Eq for UnencryptedCsrfToken
[src]

impl PartialEq for UnencryptedCsrfToken
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for UnencryptedCsrfToken
[src]

[src]

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

1.3.0
[src]

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