pub struct CreateSessionOptions {
pub max_ttl_seconds: Option<u32>,
pub proxy: Option<bool>,
pub bypass_bot_detection: Option<bool>,
pub cdp: Option<bool>,
}Fields§
§max_ttl_seconds: Option<u32>§proxy: Option<bool>§bypass_bot_detection: Option<bool>§cdp: Option<bool>Trait Implementations§
Source§impl Clone for CreateSessionOptions
impl Clone for CreateSessionOptions
Source§fn clone(&self) -> CreateSessionOptions
fn clone(&self) -> CreateSessionOptions
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 Debug for CreateSessionOptions
impl Debug for CreateSessionOptions
Source§impl Default for CreateSessionOptions
impl Default for CreateSessionOptions
Source§fn default() -> CreateSessionOptions
fn default() -> CreateSessionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateSessionOptions
impl RefUnwindSafe for CreateSessionOptions
impl Send for CreateSessionOptions
impl Sync for CreateSessionOptions
impl Unpin for CreateSessionOptions
impl UnsafeUnpin for CreateSessionOptions
impl UnwindSafe for CreateSessionOptions
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