pub struct ContinueWithAuth {
pub request_id: RequestId,
pub auth_challenge_response: AuthChallengeResponse,
}Fields§
§request_id: RequestId§auth_challenge_response: AuthChallengeResponseTrait Implementations§
Source§impl Clone for ContinueWithAuth
impl Clone for ContinueWithAuth
Source§fn clone(&self) -> ContinueWithAuth
fn clone(&self) -> ContinueWithAuth
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 ContinueWithAuth
impl Debug for ContinueWithAuth
Source§impl<'de> Deserialize<'de> for ContinueWithAuth
impl<'de> Deserialize<'de> for ContinueWithAuth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for ContinueWithAuth
impl Method for ContinueWithAuth
const NAME: &'static str = "Fetch.continueWithAuth"
type ReturnObject = ContinueWithAuthReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ContinueWithAuth
impl PartialEq for ContinueWithAuth
Source§impl Serialize for ContinueWithAuth
impl Serialize for ContinueWithAuth
impl StructuralPartialEq for ContinueWithAuth
Auto Trait Implementations§
impl Freeze for ContinueWithAuth
impl RefUnwindSafe for ContinueWithAuth
impl Send for ContinueWithAuth
impl Sync for ContinueWithAuth
impl Unpin for ContinueWithAuth
impl UnwindSafe for ContinueWithAuth
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