pub struct BrowserAutomation {
pub browser_agent_list_path: String,
pub browser_agent_list_type: ProductOSFileFormat,
pub use_browser_agent_list: bool,
pub suppress_automation_markers: bool,
pub mask_bot_events: bool,
pub monitor_objects: bool,
pub monitor_objects_log_functions: bool,
pub monitor_objects_log_objects: bool,
pub monitor_objects_list: Vec<String>,
}
Fields§
§browser_agent_list_path: String
§browser_agent_list_type: ProductOSFileFormat
§use_browser_agent_list: bool
§suppress_automation_markers: bool
§mask_bot_events: bool
§monitor_objects: bool
§monitor_objects_log_functions: bool
§monitor_objects_log_objects: bool
§monitor_objects_list: Vec<String>
Trait Implementations§
Source§impl Clone for BrowserAutomation
impl Clone for BrowserAutomation
Source§fn clone(&self) -> BrowserAutomation
fn clone(&self) -> BrowserAutomation
Returns a copy 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 BrowserAutomation
impl Debug for BrowserAutomation
Source§impl Default for BrowserAutomation
impl Default for BrowserAutomation
Source§fn default() -> BrowserAutomation
fn default() -> BrowserAutomation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserAutomation
impl<'de> Deserialize<'de> for BrowserAutomation
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 BrowserAutomation
impl RefUnwindSafe for BrowserAutomation
impl Send for BrowserAutomation
impl Sync for BrowserAutomation
impl Unpin for BrowserAutomation
impl UnwindSafe for BrowserAutomation
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