Struct ethkey::Password[][src]

pub struct Password(_);

Methods

impl Password
[src]

Important traits for &'a [u8]

Trait Implementations

impl Clone for Password
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Password
[src]

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

This method tests for !=.

impl Eq for Password
[src]

impl Debug for Password
[src]

Formats the value using the given formatter. Read more

impl Drop for Password
[src]

Executes the destructor for this type. Read more

impl From<String> for Password
[src]

Performs the conversion.

impl<'a> From<&'a str> for Password
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Password

impl Sync for Password