pub(crate) struct OnePasswordKeychain {
    pub(crate) account: Option<String>,
    pub(crate) vault: Option<String>,
    pub(crate) sign_in_address: Option<String>,
    pub(crate) email: Option<String>,
}
Expand description

Implementation of 1password keychain access for Cargo registries.

Fields§

§account: Option<String>§vault: Option<String>§sign_in_address: Option<String>§email: Option<String>

Implementations§

Trait Implementations§

Returns the name of this credential process.
Retrieves a token for the given registry.
Stores the given token for the given registry.
Removes the token for the given registry. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 96 bytes