Struct rincon_session::client::CollectionProperties [] [src]

pub struct CollectionProperties { /* fields omitted */ }

This struct holds the properties of a collection.

It is returned by the GetCollectionProperties method.

Methods

impl CollectionProperties
[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 the key options of the collection.

[src]

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

Trait Implementations

impl<'de> Deserialize<'de> for CollectionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<CollectionProperties> for BasicCollectionProperties
[src]

[src]

Performs the conversion.

impl From<CollectionProperties> for Collection
[src]

[src]

Performs the conversion.

impl Clone for CollectionProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CollectionProperties
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations