Struct cdp::runtime::EntryPreview
[−]
[src]
pub struct EntryPreview<'a> {
pub key: Option<ObjectPreview<'a>>,
pub value: ObjectPreview<'a>,
}[Experimental]
Fields
key: Option<ObjectPreview<'a>>
Preview of the key. Specified for map-like collection entries.
value: ObjectPreview<'a>
Preview of the value.
Trait Implementations
impl<'a> Clone for EntryPreview<'a>[src]
fn clone(&self) -> EntryPreview<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for EntryPreview<'a>[src]
impl<'a> PartialEq for EntryPreview<'a>[src]
fn eq(&self, __arg_0: &EntryPreview<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EntryPreview<'a>) -> bool[src]
This method tests for !=.