Struct rincon_client::document::methods::InsertDocuments [] [src]

pub struct InsertDocuments<T> { /* fields omitted */ }

Methods

impl<T> InsertDocuments<T>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for InsertDocuments<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for InsertDocuments<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: PartialEq> PartialEq for InsertDocuments<T>
[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<T> Method for InsertDocuments<T> where
    T: DeserializeOwned
[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<T> Prepare for InsertDocuments<T> where
    T: Serialize + Debug
[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

impl<T> Send for InsertDocuments<T> where
    T: Send

impl<T> Sync for InsertDocuments<T> where
    T: Sync