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

pub struct BasicCollectionProperties { /* fields omitted */ }

This struct holds basic attributes of a collection.

It is returned by the CreateCollection method.

Methods

impl BasicCollectionProperties
[src]

[src]

Returns the id of the collection.

[src]

Returns the name of the collection.

[src]

Returns the type of the collection.

[src]

Returns the status of the collection.

[src]

Returns whether the collection is a system or regular collection.

[src]

Returns whether the server waits for sync to the filesystem before sending the response.

[src]

Returns whether this collection is a volatile collection.

Trait Implementations

impl From<BasicCollectionProperties> for Collection
[src]

[src]

Performs the conversion.

impl Debug for BasicCollectionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BasicCollectionProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<CollectionProperties> for BasicCollectionProperties
[src]

[src]

Performs the conversion.

Auto Trait Implementations