Skip to main content

TDAuthenticationCodeType

Trait TDAuthenticationCodeType 

Source
pub trait TDAuthenticationCodeType: Debug + RObject { }
Expand description

Provides information about the method by which an authentication code is delivered to the user

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, AUTHENTICATIONCODETYPE: TDAuthenticationCodeType> TDAuthenticationCodeType for &'a AUTHENTICATIONCODETYPE

Source§

impl<'a, AUTHENTICATIONCODETYPE: TDAuthenticationCodeType> TDAuthenticationCodeType for &'a mut AUTHENTICATIONCODETYPE

Implementors§