pub struct AuthNTLMBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct AuthNTLM
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for AuthNTLMBuilder
impl RefUnwindSafe for AuthNTLMBuilder
impl !Send for AuthNTLMBuilder
impl !Sync for AuthNTLMBuilder
impl Unpin for AuthNTLMBuilder
impl UnwindSafe for AuthNTLMBuilder
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