[][src]Trait talk_loco_commands::BsonData

pub trait BsonData: Serialize + DeserializeOwned {
    pub fn method() -> &'static str;
}

Required methods

pub fn method() -> &'static str[src]

Loading content...

Implementors

impl BsonData for talk_loco_commands::request::booking::get_conf::GetConf[src]

impl BsonData for talk_loco_commands::request::chat::chat_info::ChatInfo[src]

impl BsonData for talk_loco_commands::request::chat::chat_on_room::ChatOnRoom[src]

impl BsonData for talk_loco_commands::request::chat::delete_msg::DeleteMsg[src]

impl BsonData for talk_loco_commands::request::chat::get_mem::GetMem[src]

impl BsonData for talk_loco_commands::request::chat::l_chat_list::LChatList[src]

impl BsonData for talk_loco_commands::request::chat::leave::Leave[src]

impl BsonData for talk_loco_commands::request::chat::login_list::LoginList[src]

impl BsonData for talk_loco_commands::request::chat::member::Member[src]

impl BsonData for NotiRead[src]

impl BsonData for talk_loco_commands::request::chat::set_meta::SetMeta[src]

impl BsonData for talk_loco_commands::request::chat::sync_msg::SyncMsg[src]

impl BsonData for talk_loco_commands::request::chat::update_chat::UpdateChat[src]

impl BsonData for Write[src]

impl BsonData for talk_loco_commands::request::checkin::buy_cs::BuyCS[src]

impl BsonData for talk_loco_commands::request::checkin::checkin::Checkin[src]

impl BsonData for Ping[src]

impl BsonData for talk_loco_commands::response::booking::GetConf[src]

impl BsonData for ChangeSvr[src]

impl BsonData for talk_loco_commands::response::chat::chat_info::ChatInfo[src]

impl BsonData for talk_loco_commands::response::chat::chat_on_room::ChatOnRoom[src]

impl BsonData for ChgMeta[src]

impl BsonData for DecunRead[src]

impl BsonData for talk_loco_commands::response::chat::delete_msg::DeleteMsg[src]

impl BsonData for talk_loco_commands::response::chat::get_mem::GetMem[src]

impl BsonData for Kickout[src]

impl BsonData for talk_loco_commands::response::chat::l_chat_list::LChatList[src]

impl BsonData for talk_loco_commands::response::chat::leave::Leave[src]

impl BsonData for Left[src]

impl BsonData for talk_loco_commands::response::chat::login_list::LoginList[src]

impl BsonData for talk_loco_commands::response::chat::member::Member[src]

impl BsonData for Msg[src]

impl BsonData for NewMem[src]

impl BsonData for talk_loco_commands::response::chat::set_meta::SetMeta[src]

impl BsonData for SetSt[src]

impl BsonData for SyncDlMsg[src]

impl BsonData for SyncJoin[src]

impl BsonData for SyncLinkCr[src]

impl BsonData for SyncLinkPf[src]

impl BsonData for SyncMemT[src]

impl BsonData for SyncRewr[src]

impl BsonData for talk_loco_commands::response::chat::sync_msg::SyncMsg[src]

impl BsonData for talk_loco_commands::response::chat::update_chat::UpdateChat[src]

impl BsonData for talk_loco_commands::response::checkin::buy_cs::BuyCS[src]

impl BsonData for talk_loco_commands::response::checkin::checkin::Checkin[src]

Loading content...