pub struct CrackResult { /* private fields */ }
Expand description

Describes the result of a finished cracking process.

Implementations

Returns true, if no solution was found.

Returns true, if a solution was found.

Returns the solution, if any.

Returns the number of threads that were used.

Returns the number of total combinations that would have been possible (worst case).

Returns the number of combinations each thread has to check in the worst case.

Returns the duration of the cracking process in seconds.

Returns the target hash that needed to be cracked.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.