Struct one_password::OpItemOverview[][src]

pub struct OpItemOverview {
    pub ainfo: String,
    pub title: String,
}

Fields

Trait Implementations

impl Debug for OpItemOverview
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations