Struct cdp::indexed_db::KeyPath [] [src]

pub struct KeyPath<'a> {
    pub ty: KeyPathType,
    pub string: Option<Cow<'a, str>>,
    pub array: Option<Vec<Cow<'a, str>>>,
}

[Experimental] Key path.

Fields

Key path type.

String value.

Array value.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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