[][src]Struct oration::data::AuthHash

pub struct AuthHash(String);

Hash of the user which wants to edit/delete a comment.

Methods

impl AuthHash
[src]

Checkhs if the current hash matches with the compared hash.

Trait Implementations

impl PartialEq for AuthHash
[src]

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

This method tests for !=.

impl<'a, 'r> FromRequest<'a, 'r> for AuthHash
[src]

The associated error to be returned if derivation fails.

Derives an instance of Self from the incoming request metadata. Read more

Auto Trait Implementations

impl Send for AuthHash

impl Sync for AuthHash