Struct iron_csrf::CsrfCookie [] [src]

pub struct CsrfCookie { /* fields omitted */ }

An encoded CSRF cookie.

Methods

impl CsrfCookie
[src]

Retrieve the CSRF token as a base64 encoded string.

Trait Implementations

impl Debug for CsrfCookie
[src]

Formats the value using the given formatter.

impl Eq for CsrfCookie
[src]

impl PartialEq for CsrfCookie
[src]

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

This method tests for !=.