[][src]Struct headless_chrome::protocol::browser::methods::Bounds

pub struct Bounds {
    pub left: Option<JsUInt>,
    pub top: Option<JsUInt>,
    pub width: Option<JsUInt>,
    pub height: Option<JsUInt>,
    pub window_state: WindowState,
}

Fields

left: Option<JsUInt>top: Option<JsUInt>width: Option<JsUInt>height: Option<JsUInt>window_state: WindowState

Trait Implementations

impl From<Bounds> for CurrentBounds[src]

impl Into<Bounds> for Bounds[src]

impl Debug for Bounds[src]

impl Serialize for Bounds[src]

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

Auto Trait Implementations

impl Unpin for Bounds

impl Send for Bounds

impl Sync for Bounds

impl UnwindSafe for Bounds

impl RefUnwindSafe for Bounds

Blanket Implementations

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.

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

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

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

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.