Struct gitdb::secret_meta::PBKDF2 [] [src]

pub struct PBKDF2 {
    pub algo: String,
    pub iters: u32,
    pub salt: String,
}

Fields

Trait Implementations

impl Debug for PBKDF2
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PBKDF2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PBKDF2

impl Sync for PBKDF2