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