Struct one_password::OpItem[][src]

pub struct OpItem {
    pub uuid: String,
    pub vault_uuid: String,
    pub changer_uuid: String,
    pub overview: OpItemOverview,
    pub details: OpItemDetails,
}

Item returned from OpSession::get_item

Fields

Methods

impl OpItem
[src]

Return password of this item if any.

Trait Implementations

impl Debug for OpItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpItem

impl Sync for OpItem