Struct password_store::PasswordStore [] [src]

pub struct PasswordStore;

Pass process runner.

Methods

impl PasswordStore
[src]

[src]

Get the username and password a the specified path.

[src]

Get the list of usernames at the specified path.

[src]

Generate a password in the store.

[src]

Insert a password in the store.

[src]

Remove a password from the store.

Trait Implementations

Auto Trait Implementations

impl Send for PasswordStore

impl Sync for PasswordStore