[][src]Trait faunadb::client::ValueIndex

pub trait ValueIndex: Sealed { }

Indexing to support square bracket syntax for the response values.

Shamelessly taken from serde_json, extended to be used with Fauna values.

Read the docs

Implementations on Foreign Types

impl ValueIndex for usize[src]

impl ValueIndex for str[src]

impl ValueIndex for String[src]

impl<'a, T: ?Sized> ValueIndex for &'a T where
    T: ValueIndex
[src]

Loading content...

Implementors

Loading content...