Struct rincon_session::client::CollectionPropertiesUpdate [] [src]

pub struct CollectionPropertiesUpdate { /* fields omitted */ }

This struct holds optional values for the properties of a collection which shall be changed.

Methods

impl CollectionPropertiesUpdate
[src]

[src]

Constructs a new instance of CollectionPropertiesUpdate with no options set.

[src]

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

[src]

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

Trait Implementations

impl PartialEq<CollectionPropertiesUpdate> for CollectionPropertiesUpdate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Serialize for CollectionPropertiesUpdate
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for CollectionPropertiesUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CollectionPropertiesUpdate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations