pub struct WindowsCredential;
Trait Implementations§
Source§impl Credential for WindowsCredential
impl Credential for WindowsCredential
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 WindowsCredential
impl RefUnwindSafe for WindowsCredential
impl Send for WindowsCredential
impl Sync for WindowsCredential
impl Unpin for WindowsCredential
impl UnwindSafe for WindowsCredential
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