pub struct WebSocketCreatedEventParams {
pub request_id: RequestId,
pub url: String,
pub initiator: Option<Initiator>,
}Fields§
§request_id: RequestId§url: String§initiator: Option<Initiator>Trait Implementations§
Source§impl Clone for WebSocketCreatedEventParams
impl Clone for WebSocketCreatedEventParams
Source§fn clone(&self) -> WebSocketCreatedEventParams
fn clone(&self) -> WebSocketCreatedEventParams
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 WebSocketCreatedEventParams
impl Debug for WebSocketCreatedEventParams
Source§impl<'de> Deserialize<'de> for WebSocketCreatedEventParams
impl<'de> Deserialize<'de> for WebSocketCreatedEventParams
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
impl StructuralPartialEq for WebSocketCreatedEventParams
Auto Trait Implementations§
impl Freeze for WebSocketCreatedEventParams
impl RefUnwindSafe for WebSocketCreatedEventParams
impl Send for WebSocketCreatedEventParams
impl Sync for WebSocketCreatedEventParams
impl Unpin for WebSocketCreatedEventParams
impl UnwindSafe for WebSocketCreatedEventParams
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