Struct one_password::OpItemField[][src]

pub struct OpItemField {
    pub designation: Option<String>,
    pub name: String,
    pub field_type: String,
    pub value: String,
}

Fields

Trait Implementations

impl Debug for OpItemField
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpItemField

impl Sync for OpItemField