Struct gitdb::secret_meta::Plaintext [] [src]

pub struct Plaintext {
    pub min_bits: u32,
}

Fields

Trait Implementations

impl Debug for Plaintext
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for Plaintext