Struct gitdb::secret_meta::Meta [] [src]

pub struct Meta {
    pub version: String,
    pub plaintext: Plaintext,
    pub pbkdf2: PBKDF2,
    pub aead: AEAD,
    pub paranoid: Paranoid,
}

Fields

Methods

impl Meta
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Meta
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Meta
[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 Meta

impl Sync for Meta