pub struct NativeCredentialStore { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativeCredentialStore
impl RefUnwindSafe for NativeCredentialStore
impl Send for NativeCredentialStore
impl Sync for NativeCredentialStore
impl Unpin for NativeCredentialStore
impl UnsafeUnpin for NativeCredentialStore
impl UnwindSafe for NativeCredentialStore
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