Struct iron_csrf::CsrfToken [] [src]

pub struct CsrfToken { /* fields omitted */ }

Methods

impl CsrfToken
[src]

Trait Implementations

impl Eq for CsrfToken
[src]

impl PartialEq for CsrfToken
[src]

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

This method tests for !=.

impl Debug for CsrfToken
[src]

Formats the value using the given formatter.

impl Key for CsrfToken
[src]

The value type associated with this key type.