Struct cdp::runtime::PropertyPreview [] [src]

pub struct PropertyPreview<'a> {
    pub name: Cow<'a, str>,
    pub ty: PropertyPreviewType,
    pub value: Option<Cow<'a, str>>,
    pub value_preview: Option<ObjectPreview<'a>>,
    pub subtype: Option<PropertyPreviewSubtype>,
}

[Experimental]

Fields

Property name.

Object type. Accessor means that the property itself is an accessor property.

User-friendly property value string.

Nested value preview.

Object subtype hint. Specified for object type values only.

Trait Implementations

impl<'a> Clone for PropertyPreview<'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 PropertyPreview<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for PropertyPreview<'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 !=.