Struct rincon_client::collection::methods::RenameCollectionBuilder [] [src]

pub struct RenameCollectionBuilder { /* fields omitted */ }

A struct that helps to provide an efficient fluent API to build a new instance of the RenameCollection method.

Methods

impl RenameCollectionBuilder
[src]

[src]

Constructs a new instance of the RenameCollection method for the collection name of this builder and the given new name.

Trait Implementations

impl Debug for RenameCollectionBuilder
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations