Enum ddmw_client::auth::CredStore[][src]

pub enum CredStore {
    Buf(String),
    File(PathBuf),
}
Expand description

Choose where an a token/passphrase is fetched from.

Variants

Buf(String)

Credential is stored in a string.

Tuple Fields of Buf

0: String
File(PathBuf)

Credential is stored in a file.

Tuple Fields of File

0: PathBuf

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.