pub struct BasicAuthCache { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for BasicAuthCache
Basic auth cache for storing credentials
impl Debug for BasicAuthCache
Basic auth cache for storing credentials
Auto Trait Implementations§
impl Freeze for BasicAuthCache
impl !RefUnwindSafe for BasicAuthCache
impl Send for BasicAuthCache
impl Sync for BasicAuthCache
impl Unpin for BasicAuthCache
impl !UnwindSafe for BasicAuthCache
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