pub struct AuthChallengeBuilder { /* private fields */ }Available on crate features
Fetch and Network and IO and Page only.Implementations§
Source§impl AuthChallengeBuilder
impl AuthChallengeBuilder
Trait Implementations§
Source§impl Clone for AuthChallengeBuilder
impl Clone for AuthChallengeBuilder
Source§fn clone(&self) -> AuthChallengeBuilder
fn clone(&self) -> AuthChallengeBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthChallengeBuilder
impl Debug for AuthChallengeBuilder
Auto Trait Implementations§
impl Freeze for AuthChallengeBuilder
impl RefUnwindSafe for AuthChallengeBuilder
impl Send for AuthChallengeBuilder
impl Sync for AuthChallengeBuilder
impl Unpin for AuthChallengeBuilder
impl UnwindSafe for AuthChallengeBuilder
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