pub struct LibSecretCredential;
Trait Implementations§
source§impl Credential for LibSecretCredential
impl Credential for LibSecretCredential
source§fn perform(
&self,
registry: &RegistryInfo<'_>,
action: &Action<'_>,
_args: &[&str]
) -> Result<CredentialResponse, Error>
fn perform( &self, registry: &RegistryInfo<'_>, action: &Action<'_>, _args: &[&str] ) -> Result<CredentialResponse, Error>
Retrieves a token for the given registry.
Auto Trait Implementations§
impl Freeze for LibSecretCredential
impl RefUnwindSafe for LibSecretCredential
impl Send for LibSecretCredential
impl Sync for LibSecretCredential
impl Unpin for LibSecretCredential
impl UnwindSafe for LibSecretCredential
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more