pub struct ICredentialProviderUser(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for ICredentialProviderUser
impl !Sync for ICredentialProviderUser
impl Freeze for ICredentialProviderUser
impl RefUnwindSafe for ICredentialProviderUser
impl Unpin for ICredentialProviderUser
impl UnsafeUnpin for ICredentialProviderUser
impl UnwindSafe for ICredentialProviderUser
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