pub struct ContinueWithAuthParams {
pub request_id: RequestId,
pub auth_challenge_response: AuthChallengeResponse,
}Expand description
Parameters for Fetch.continueWithAuth.
Fields§
§request_id: RequestIdAn id the client received in authRequired event.
auth_challenge_response: AuthChallengeResponseResponse to with an authChallenge.
Trait Implementations§
Source§impl Clone for ContinueWithAuthParams
impl Clone for ContinueWithAuthParams
Source§fn clone(&self) -> ContinueWithAuthParams
fn clone(&self) -> ContinueWithAuthParams
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 ContinueWithAuthParams
impl Debug for ContinueWithAuthParams
Auto Trait Implementations§
impl Freeze for ContinueWithAuthParams
impl RefUnwindSafe for ContinueWithAuthParams
impl Send for ContinueWithAuthParams
impl Sync for ContinueWithAuthParams
impl Unpin for ContinueWithAuthParams
impl UnwindSafe for ContinueWithAuthParams
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