Struct mattermost_api::client::AuthenticationData[][src]

pub struct AuthenticationData { /* fields omitted */ }
Expand description

Authentication data, either a login_id and password or a personal access token. Required for being able to make calls to a Mattermost instance API.

For more information, see the Mattermost docs.

Implementations

Create a struct instance from a user’s login_id and password.

Create a struct instance from a user’s personal access token.

Personal access tokens must be enabled per instance by an admin.

If the auth data is using a login_id and password.

If the auth data is using a personal access token.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more