Struct parsec_interface::operations::list_authenticators::AuthenticatorInfo [−][src]
pub struct AuthenticatorInfo { pub description: String, pub version_maj: u32, pub version_min: u32, pub version_rev: u32, pub id: AuthType, }
Expand description
Structure holding the basic information that defines the authenticators in the service for client discovery.
Fields
description: String
Short description of the authenticator.
version_maj: u32
Authenticator implementation version major.
version_min: u32
Authenticator implementation version minor.
version_rev: u32
Authenticator implementation version revision number.
id: AuthType
Authenticator ID to use on the wire protocol to communicate with this authenticator.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AuthenticatorInfo
impl Send for AuthenticatorInfo
impl Sync for AuthenticatorInfo
impl Unpin for AuthenticatorInfo
impl UnwindSafe for AuthenticatorInfo
Blanket Implementations
Mutably borrows from an owned value. Read more