Struct ethkey::Secret
[−]
[src]
pub struct Secret { /* fields omitted */ }
Methods
impl Secret
[src]
Methods from Deref<Target=H256>
Trait Implementations
impl Clone for Secret
[src]
fn clone(&self) -> Secret
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for Secret
[src]
fn eq(&self, __arg_0: &Secret) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Secret) -> bool
This method tests for !=
.
impl Eq for Secret
[src]
impl Debug for Secret
[src]
impl FromStr for Secret
[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>
Parses a string s
to return a value of this type. Read more
impl From<SecretKey> for Secret
[src]
fn from(key: SecretKey) -> Self
Performs the conversion.