pub struct ObservationOptions {
pub full_page: Option<bool>,
pub with_overlay: bool,
pub use_image: bool,
pub include_content: bool,
pub max_elements: usize,
pub wait_for_load: bool,
pub wait_timeout: Duration,
}Fields§
§full_page: Option<bool>§with_overlay: bool§use_image: bool§include_content: bool§max_elements: usize§wait_for_load: bool§wait_timeout: DurationImplementations§
Trait Implementations§
Source§impl Clone for ObservationOptions
impl Clone for ObservationOptions
Source§fn clone(&self) -> ObservationOptions
fn clone(&self) -> ObservationOptions
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 moreAuto Trait Implementations§
impl Freeze for ObservationOptions
impl RefUnwindSafe for ObservationOptions
impl Send for ObservationOptions
impl Sync for ObservationOptions
impl Unpin for ObservationOptions
impl UnwindSafe for ObservationOptions
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