[][src]Struct selenium_webdriver::Page

pub struct Page { /* fields omitted */ }

One of the PrintSettings fields

Includes the info about the page size

Implementations

impl Page[src]

pub fn new(width: f32, height: f32) -> Self[src]

pub fn set_width(&mut self, width: f32)[src]

pub fn set_height(&mut self, height: f32)[src]

Trait Implementations

impl Debug for Page[src]

impl Default for Page[src]

impl<'de> Deserialize<'de> for Page[src]

impl Serialize for Page[src]

Auto Trait Implementations

impl RefUnwindSafe for Page

impl Send for Page

impl Sync for Page

impl Unpin for Page

impl UnwindSafe for Page

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.