Struct chromiumoxide::cdp::js_protocol::runtime::ExecutionContextId[][src]

pub struct ExecutionContextId(_);

Id of an execution context. ExecutionContextId

Implementations

impl ExecutionContextId[src]

pub fn new(val: impl Into<i64>) -> ExecutionContextId[src]

pub fn inner(&self) -> &i64[src]

impl ExecutionContextId[src]

pub const IDENTIFIER: &'static str[src]

Trait Implementations

impl Clone for ExecutionContextId[src]

impl Copy for ExecutionContextId[src]

impl Debug for ExecutionContextId[src]

impl Default for ExecutionContextId[src]

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

impl Eq for ExecutionContextId[src]

impl Hash for ExecutionContextId[src]

impl PartialEq<ExecutionContextId> for ExecutionContextId[src]

impl Serialize for ExecutionContextId[src]

impl StructuralEq for ExecutionContextId[src]

impl StructuralPartialEq for ExecutionContextId[src]

Auto Trait Implementations

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> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>,