pub struct MacKeychain;
Trait Implementations§
source§impl Credential for MacKeychain
impl Credential for MacKeychain
source§fn perform(
&self,
reg: &RegistryInfo<'_>,
action: &Action<'_>,
_args: &[&str]
) -> Result<CredentialResponse, Error>
fn perform( &self, reg: &RegistryInfo<'_>, action: &Action<'_>, _args: &[&str] ) -> Result<CredentialResponse, Error>
Retrieves a token for the given registry.
Auto Trait Implementations§
impl Freeze for MacKeychain
impl RefUnwindSafe for MacKeychain
impl Send for MacKeychain
impl Sync for MacKeychain
impl Unpin for MacKeychain
impl UnwindSafe for MacKeychain
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