[][src]Trait rtdlib::types::SecretChatState

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

This class is an abstract base class. Describes the current secret chat state.

Methods

impl dyn SecretChatState[src]

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

Trait Implementations

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

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

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

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

impl Strictest for dyn SecretChatState[src]

Implementors

impl SecretChatState for SecretChatStateClosed[src]

impl SecretChatState for SecretChatStatePending[src]

impl SecretChatState for SecretChatStateReady[src]

Loading content...