pub(crate) struct Req<'a, 'b> {
pub(crate) id: i32,
pub(crate) guid: &'a S<Guid>,
pub(crate) method: &'b S<Method>,
pub(crate) params: Map<String, Value>,
pub(crate) metadata: Map<String, Value>,
}Fields§
§id: i32§guid: &'a S<Guid>§method: &'b S<Method>§params: Map<String, Value>§metadata: Map<String, Value>Metadata is required by Playwright 1.50+
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for Req<'a, 'b>
impl<'a, 'b> RefUnwindSafe for Req<'a, 'b>
impl<'a, 'b> Send for Req<'a, 'b>
impl<'a, 'b> Sync for Req<'a, 'b>
impl<'a, 'b> Unpin for Req<'a, 'b>
impl<'a, 'b> UnwindSafe for Req<'a, 'b>
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