Struct rincon_client::database::methods::ListDatabases [] [src]

pub struct ListDatabases {}

Retrieves a list of all existing databases.

Note: retrieving the list of databases is only possible from within the _system database. Note: You should use the user::ListDatabasesForUser to fetch the list of the available databases now.

Methods

impl ListDatabases
[src]

[src]

Constructs a new ListDatabases method.

Trait Implementations

impl Debug for ListDatabases
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListDatabases
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ListDatabases
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Method for ListDatabases
[src]

The type of the result of a method call.

RETURN_TYPE: RpcReturnType = RpcReturnType{result_field: Some(FIELD_RESULT), 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 ListDatabases
[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 Send for ListDatabases

impl Sync for ListDatabases