Struct shuttle_core::SecretKey [] [src]

pub struct SecretKey { /* fields omitted */ }

The secret key of the account.

Methods

impl SecretKey
[src]

[src]

Return the inner key.

[src]

Return the secret key as String, starting with S.

Trait Implementations

impl Debug for SecretKey
[src]

[src]

Formats the value using the given formatter.

impl Clone for SecretKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SecretKey
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for SecretKey
[src]