pub struct BrowserPressParams {
pub session_id: String,
pub key: String,
pub wait_for: Option<BrowserWaitCondition>,
pub timeout_ms: Option<u64>,
}Fields§
§session_id: String§key: String§wait_for: Option<BrowserWaitCondition>§timeout_ms: Option<u64>Trait Implementations§
Source§impl Clone for BrowserPressParams
impl Clone for BrowserPressParams
Source§fn clone(&self) -> BrowserPressParams
fn clone(&self) -> BrowserPressParams
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 BrowserPressParams
impl Debug for BrowserPressParams
Source§impl Default for BrowserPressParams
impl Default for BrowserPressParams
Source§fn default() -> BrowserPressParams
fn default() -> BrowserPressParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserPressParams
impl<'de> Deserialize<'de> for BrowserPressParams
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
Auto Trait Implementations§
impl Freeze for BrowserPressParams
impl RefUnwindSafe for BrowserPressParams
impl Send for BrowserPressParams
impl Sync for BrowserPressParams
impl Unpin for BrowserPressParams
impl UnsafeUnpin for BrowserPressParams
impl UnwindSafe for BrowserPressParams
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