Struct rincon_client::user::methods::SetCollectionAccessLevel [] [src]

pub struct SetCollectionAccessLevel { /* fields omitted */ }

Set the collection access level for an user.

You need permission to the _system database in order to execute this method call.

Methods

impl SetCollectionAccessLevel
[src]

[src]

Constructs a new instance of the SetCollectionAccessLevel method.

[src]

Returns the user name for which the collection access level should be set.

[src]

Returns the name of the database for which the collection access level should be set.

[src]

Returns the name of the collection for which the collection access level should be set.

[src]

Returns the access level that should be set.

Trait Implementations

impl Debug for SetCollectionAccessLevel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetCollectionAccessLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SetCollectionAccessLevel
[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 SetCollectionAccessLevel
[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 SetCollectionAccessLevel
[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