Struct cdp::runtime::InternalPropertyDescriptor [] [src]

pub struct InternalPropertyDescriptor<'a> {
    pub name: Cow<'a, str>,
    pub value: Option<RemoteObject<'a>>,
}

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Fields

Conventional property name.

The value associated with the property.

Trait Implementations

impl<'a> Clone for InternalPropertyDescriptor<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for InternalPropertyDescriptor<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for InternalPropertyDescriptor<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.