pub struct AuthDigestBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct AuthDigest
objects.
Implementations§
Source§impl AuthDigestBuilder
impl AuthDigestBuilder
pub fn is_for_proxy(self, is_for_proxy: bool) -> Self
pub fn realm(self, realm: impl Into<GString>) -> Self
Sourcepub fn build(self) -> AuthDigest
pub fn build(self) -> AuthDigest
Build the AuthDigest
.
Auto Trait Implementations§
impl Freeze for AuthDigestBuilder
impl RefUnwindSafe for AuthDigestBuilder
impl !Send for AuthDigestBuilder
impl !Sync for AuthDigestBuilder
impl Unpin for AuthDigestBuilder
impl UnwindSafe for AuthDigestBuilder
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