Struct rincon_client::collection::types::KeyOptions [] [src]

pub struct KeyOptions { /* fields omitted */ }

This struct holds the key related properties.

Methods

impl KeyOptions
[src]

[src]

Returns whether the collection allows user supplied key values.

[src]

Returns the type of the key generator.

[src]

Returns the last value assigned by the key generator.

Trait Implementations

impl Debug for KeyOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KeyOptions

impl Sync for KeyOptions