pub struct AgentTraceActiveBrowserSession {
pub id: String,
pub live_view_url: String,
pub viewport: AgentTraceViewport,
}Expand description
Live browser session, present only when the trace is requested with live view enabled.
Fields§
§id: String§live_view_url: String§viewport: AgentTraceViewportTrait Implementations§
Source§impl Clone for AgentTraceActiveBrowserSession
impl Clone for AgentTraceActiveBrowserSession
Source§fn clone(&self) -> AgentTraceActiveBrowserSession
fn clone(&self) -> AgentTraceActiveBrowserSession
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AgentTraceActiveBrowserSession
impl<'de> Deserialize<'de> for AgentTraceActiveBrowserSession
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 AgentTraceActiveBrowserSession
Auto Trait Implementations§
impl Freeze for AgentTraceActiveBrowserSession
impl RefUnwindSafe for AgentTraceActiveBrowserSession
impl Send for AgentTraceActiveBrowserSession
impl Sync for AgentTraceActiveBrowserSession
impl Unpin for AgentTraceActiveBrowserSession
impl UnsafeUnpin for AgentTraceActiveBrowserSession
impl UnwindSafe for AgentTraceActiveBrowserSession
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