Struct one_password::OpSession[][src]

pub struct OpSession { /* fields omitted */ }

A configured session what can be used to actually lookup information in 1Password.

Methods

impl OpSession
[src]

Get item with specified UUID.

This calls op get item and parses the returned JSON.

Trait Implementations

impl Debug for OpSession
[src]

Formats the value using the given formatter. Read more

impl Clone for OpSession
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OpSession

impl Sync for OpSession