Struct credentials::Secretfile [] [src]

pub struct Secretfile { /* fields omitted */ }

A basic interface for loading a Secretfile and listing the various variables and files contained inside.

Methods

impl Secretfile
[src]

Read in from an io::Read object.

Read a Secretfile from a string. Currently only used for testing.

Load the Secretfile at the specified path.

Load the default Secretfile.

Return an iterator over the environment variables listed in this file.

Return an iterator over the credential files listed in this file.

Trait Implementations

impl Debug for Secretfile
[src]

Formats the value using the given formatter.

impl Clone for Secretfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more