Struct ethkey::Password [−][src]
pub struct Password(_);
Methods
impl Password[src]
impl PasswordTrait Implementations
impl Clone for Password[src]
impl Clone for Passwordfn clone(&self) -> Password[src]
fn clone(&self) -> PasswordReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Password[src]
impl PartialEq for Passwordfn eq(&self, other: &Password) -> bool[src]
fn eq(&self, other: &Password) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Password) -> bool[src]
fn ne(&self, other: &Password) -> boolThis method tests for !=.
impl Eq for Password[src]
impl Eq for Passwordimpl Debug for Password[src]
impl Debug for Passwordfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Drop for Password[src]
impl Drop for Passwordimpl From<String> for Password[src]
impl From<String> for Passwordimpl<'a> From<&'a str> for Password[src]
impl<'a> From<&'a str> for Password