pub struct AuthRequiredEventParams {
pub request_id: RequestId,
pub request: Request,
pub frame_id: FrameId,
pub resource_type: ResourceType,
pub auth_challenge: AuthChallenge,
}Fields§
§request_id: RequestId§request: Request§frame_id: FrameId§resource_type: ResourceType§auth_challenge: AuthChallengeTrait Implementations§
Source§impl Clone for AuthRequiredEventParams
impl Clone for AuthRequiredEventParams
Source§fn clone(&self) -> AuthRequiredEventParams
fn clone(&self) -> AuthRequiredEventParams
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 AuthRequiredEventParams
impl Debug for AuthRequiredEventParams
Source§impl<'de> Deserialize<'de> for AuthRequiredEventParams
impl<'de> Deserialize<'de> for AuthRequiredEventParams
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 PartialEq for AuthRequiredEventParams
impl PartialEq for AuthRequiredEventParams
Source§impl Serialize for AuthRequiredEventParams
impl Serialize for AuthRequiredEventParams
impl StructuralPartialEq for AuthRequiredEventParams
Auto Trait Implementations§
impl Freeze for AuthRequiredEventParams
impl RefUnwindSafe for AuthRequiredEventParams
impl Send for AuthRequiredEventParams
impl Sync for AuthRequiredEventParams
impl Unpin for AuthRequiredEventParams
impl UnwindSafe for AuthRequiredEventParams
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