Enum keepass::Value [] [src]

pub enum Value {
    Unprotected(String),
    Protected(SecStr),
}

Variants

Unprotected(String)Protected(SecStr)

Trait Implementations

impl Debug for Value
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.