[][src]Trait rtdlib::types::AuthenticationCodeType

pub trait AuthenticationCodeType: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Provides information about the method by which an authentication code is delivered to the user.

Methods

impl dyn AuthenticationCodeType[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn AuthenticationCodeType + 'typetag[src]

impl<'typetag> Serialize for dyn AuthenticationCodeType + Send + 'typetag[src]

impl<'typetag> Serialize for dyn AuthenticationCodeType + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn AuthenticationCodeType + Send + Sync + 'typetag[src]

impl Strictest for dyn AuthenticationCodeType[src]

Implementors

impl AuthenticationCodeType for AuthenticationCodeTypeCall[src]

impl AuthenticationCodeType for AuthenticationCodeTypeFlashCall[src]

impl AuthenticationCodeType for AuthenticationCodeTypeSms[src]

impl AuthenticationCodeType for AuthenticationCodeTypeTelegramMessage[src]

Loading content...