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

pub struct CollectionRevision { /* fields omitted */ }

This struct holds the revision of a collection together with some basic attributes.

It is returned by the GetCollectionRevision method.

Methods

impl CollectionRevision
[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 revision of the collection.

Trait Implementations

impl From<CollectionRevision> for Collection
[src]

[src]

Performs the conversion.

impl Debug for CollectionRevision
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CollectionRevision
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations