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

pub struct GetCollectionRevision { /* fields omitted */ }

Fetch the revision of the collection identified by the given name.

Methods

impl GetCollectionRevision
[src]

[src]

Constructs a new instance of the GetCollectionRevision method.

[src]

Constructs a new instance of the GetCollectionRevision method to get the revision of the collection with the given name.

[src]

Returns the name of the collection for which the revision shall be fetched.

Trait Implementations

impl Debug for GetCollectionRevision
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetCollectionRevision
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GetCollectionRevision
[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 Method for GetCollectionRevision
[src]

The type of the result of a method call.

RETURN_TYPE: RpcReturnType = RpcReturnType{result_field: None, code_field: Some(FIELD_CODE),}

Specification of the fields of RPC-like return type. Read more

[src]

Returns the specification of the RPC-like return type.

impl Prepare for GetCollectionRevision
[src]

The type of the content of a method call. Read more

[src]

Returns the type of operation this method is executing.

[src]

Returns the resource path of a REST operation.

[src]

Returns the query parameters of this method. Read more

[src]

Returns the header parameters of this method. Read more

[src]

Returns the content of this method if any. Read more

Auto Trait Implementations