pub struct ReplayXHR {
pub request_id: RequestId,
}Fields§
§request_id: RequestIdTrait Implementations§
Source§impl<'de> Deserialize<'de> for ReplayXHR
impl<'de> Deserialize<'de> for ReplayXHR
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 ReplayXHR
impl Method for ReplayXHR
const NAME: &'static str = "Network.replayXHR"
type ReturnObject = ReplayXHRReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for ReplayXHR
Auto Trait Implementations§
impl Freeze for ReplayXHR
impl RefUnwindSafe for ReplayXHR
impl Send for ReplayXHR
impl Sync for ReplayXHR
impl Unpin for ReplayXHR
impl UnwindSafe for ReplayXHR
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