Struct chrome_remote_interface_model::runtime::GetPropertiesReturnBuilder[][src]

pub struct GetPropertiesReturnBuilder { /* fields omitted */ }

Implementations

impl GetPropertiesReturnBuilder[src]

pub fn result(&mut self, v: Vec<PropertyDescriptor>) -> &mut Self[src]

Object properties.

pub fn internal_properties(
    &mut self,
    v: Vec<InternalPropertyDescriptor>
) -> &mut Self
[src]

Internal object properties (only of the element itself).

pub fn private_properties(&mut self, v: Vec<JsonValue>) -> &mut Self[src]

Object private properties.

pub fn exception_details(&mut self, v: ExceptionDetails) -> &mut Self[src]

Exception details.

pub fn build(&mut self) -> Result<GetPropertiesReturn, &'static str>[src]

Trait Implementations

impl Clone for GetPropertiesReturnBuilder[src]

impl Debug for GetPropertiesReturnBuilder[src]

impl Default for GetPropertiesReturnBuilder[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> From<T> for T[src]

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

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.