[][src]Enum ethereum_rust_utils::keystore::KdfDepthLevel

pub enum KdfDepthLevel {
    Normal,
    High,
    Ultra,
}

Security level for Kdf

Variants

Security level used by default

Advanced security level

Top security level (consumes more CPU time)

Trait Implementations

impl Clone for KdfDepthLevel
[src]

Performs copy-assignment from source. Read more

impl Copy for KdfDepthLevel
[src]

impl From<KdfDepthLevel> for Kdf
[src]

impl Default for KdfDepthLevel
[src]

impl Debug for KdfDepthLevel
[src]

impl Display for KdfDepthLevel
[src]

impl FromStr for KdfDepthLevel
[src]

The associated error which can be returned from parsing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T