Struct cdp::runtime::EntryPreview [] [src]

pub struct EntryPreview<'a> {
    pub key: Option<ObjectPreview<'a>>,
    pub value: ObjectPreview<'a>,
}

[Experimental]

Fields

Preview of the key. Specified for map-like collection entries.

Preview of the value.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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