Struct ethkey::Secret [] [src]

pub struct Secret { /* fields omitted */ }

Methods

impl Secret
[src]

Methods from Deref<Target=H256>

Get a hex representation.

Trait Implementations

impl Clone for Secret
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Secret
[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 Secret
[src]

impl Debug for Secret
[src]

Formats the value using the given formatter.

impl FromStr for Secret
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<SecretKey> for Secret
[src]

Performs the conversion.

impl Deref for Secret
[src]

The resulting type after dereferencing

The method called to dereference a value