pub struct ManagerAuthenticator { /* private fields */ }
Expand description

Implementation of Authenticator used by a manger to perform authentication with remote servers it is managing.

Trait Implementations

Represents an interface for submitting challenges for authentication.

Issues an initialization notice and returns the response indicating which authentication methods to pursue Read more
Issues a challenge and returns the answers to the questions asked.
Requests verification of some kind and text, returning true if passed verification.
Reports information with no response expected.
Reports an error occurred during authentication, consuming the authenticator since no more challenges should be issued. Read more
Reports that the authentication has started for a specific method.
Reports that the authentication has finished successfully, consuming the authenticator since no more challenges should be issued. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.