Struct passwords::analyzer::AnalyzedPassword[][src]

pub struct AnalyzedPassword { /* fields omitted */ }

The struct of an analysis.

Methods

impl AnalyzedPassword
[src]

Trait Implementations

impl Debug for AnalyzedPassword
[src]

Formats the value using the given formatter. Read more

impl Clone for AnalyzedPassword
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AnalyzedPassword
[src]

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

This method tests for !=.

Auto Trait Implementations