Struct rincon_client::index::types::NewSkipListIndex [] [src]

pub struct NewSkipListIndex { /* fields omitted */ }

Methods

impl NewSkipListIndex
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for NewSkipListIndex
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NewSkipListIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for NewSkipListIndex
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<NewSkipListIndex> for NewIndex
[src]

[src]

Performs the conversion.

Auto Trait Implementations