pub struct AppInfo { /* private fields */ }
Implementations§
Source§impl AppInfo
impl AppInfo
pub fn new() -> Self
pub fn set_app_name<S: AsRef<str>>(&mut self, app_name: Option<S>) -> &mut Self
pub fn set_app_id<S: AsRef<str>>(&mut self, app_id: Option<S>) -> &mut Self
pub fn set_company<S: AsRef<str>>(&mut self, company: Option<S>) -> &mut Self
pub fn set_active_user_num<S: AsRef<str>>( &mut self, active_user_num: Option<S>, ) -> &mut Self
pub fn set_regist_user_num_one_day<S: AsRef<str>>( &mut self, regist_user_num_one_day: Option<S>, ) -> &mut Self
pub fn set_regist_user_num_total<S: AsRef<str>>( &mut self, regist_user_num_total: Option<S>, ) -> &mut Self
pub fn set_login_times<S: AsRef<str>>( &mut self, login_times: Option<S>, ) -> &mut Self
pub fn set_login_user_num<S: AsRef<str>>( &mut self, login_user_num: Option<S>, ) -> &mut Self
pub fn set_up_msg_num<S: AsRef<str>>( &mut self, up_msg_num: Option<S>, ) -> &mut Self
pub fn set_send_msg_user_num<S: AsRef<str>>( &mut self, send_msg_user_num: Option<S>, ) -> &mut Self
pub fn set_apns_msg_num<S: AsRef<str>>( &mut self, apns_msg_num: Option<S>, ) -> &mut Self
pub fn set_c2c_up_msg_num<S: AsRef<str>>( &mut self, c2c_up_msg_num: Option<S>, ) -> &mut Self
pub fn set_c2c_down_msg_num<S: AsRef<str>>( &mut self, c2c_down_msg_num: Option<S>, ) -> &mut Self
pub fn set_c2c_send_msg_user_num<S: AsRef<str>>( &mut self, c2c_send_msg_user_num: Option<S>, ) -> &mut Self
pub fn set_c2c_apns_msg_num<S: AsRef<str>>( &mut self, c2c_apns_msg_num: Option<S>, ) -> &mut Self
pub fn set_max_online_num<S: AsRef<str>>( &mut self, max_online_num: Option<S>, ) -> &mut Self
pub fn set_down_msg_num<S: AsRef<str>>( &mut self, down_msg_num: Option<S>, ) -> &mut Self
pub fn set_chain_increase<S: AsRef<str>>( &mut self, chain_increase: Option<S>, ) -> &mut Self
pub fn set_chain_decrease<S: AsRef<str>>( &mut self, chain_decrease: Option<S>, ) -> &mut Self
pub fn set_group_up_msg_num<S: AsRef<str>>( &mut self, group_up_msg_num: Option<S>, ) -> &mut Self
pub fn set_group_down_msg_num<S: AsRef<str>>( &mut self, group_down_msg_num: Option<S>, ) -> &mut Self
pub fn set_group_send_msg_user_num<S: AsRef<str>>( &mut self, group_send_msg_user_num: Option<S>, ) -> &mut Self
pub fn set_group_apns_msg_num<S: AsRef<str>>( &mut self, group_apns_msg_num: Option<S>, ) -> &mut Self
pub fn set_group_send_msg_group_num<S: AsRef<str>>( &mut self, group_send_msg_group_num: Option<S>, ) -> &mut Self
pub fn set_group_join_group_times<S: AsRef<str>>( &mut self, group_join_group_times: Option<S>, ) -> &mut Self
pub fn set_group_quit_group_times<S: AsRef<str>>( &mut self, group_quit_group_times: Option<S>, ) -> &mut Self
pub fn set_group_new_group_num<S: AsRef<str>>( &mut self, group_new_group_num: Option<S>, ) -> &mut Self
pub fn set_group_all_group_num<S: AsRef<str>>( &mut self, group_all_group_num: Option<S>, ) -> &mut Self
pub fn set_group_destroy_group_num<S: AsRef<str>>( &mut self, group_destroy_group_num: Option<S>, ) -> &mut Self
pub fn set_callback_req<S: AsRef<str>>( &mut self, callback_req: Option<S>, ) -> &mut Self
pub fn set_callback_rsp<S: AsRef<str>>( &mut self, callback_rsp: Option<S>, ) -> &mut Self
pub fn set_date<S: AsRef<str>>(&mut self, date: Option<S>) -> &mut Self
pub fn app_name(&self) -> Option<&str>
pub fn app_id(&self) -> Option<&str>
pub fn company(&self) -> Option<&str>
pub fn active_user_num(&self) -> Option<&str>
pub fn regist_user_num_one_day(&self) -> Option<&str>
pub fn regist_user_num_total(&self) -> Option<&str>
pub fn login_times(&self) -> Option<&str>
pub fn login_user_num(&self) -> Option<&str>
pub fn up_msg_num(&self) -> Option<&str>
pub fn send_msg_user_num(&self) -> Option<&str>
pub fn apns_msg_num(&self) -> Option<&str>
pub fn c2c_up_msg_num(&self) -> Option<&str>
pub fn c2c_down_msg_num(&self) -> Option<&str>
pub fn c2c_send_msg_user_num(&self) -> Option<&str>
pub fn c2c_apns_msg_num(&self) -> Option<&str>
pub fn max_online_num(&self) -> Option<&str>
pub fn down_msg_num(&self) -> Option<&str>
pub fn chain_increase(&self) -> Option<&str>
pub fn chain_decrease(&self) -> Option<&str>
pub fn group_up_msg_num(&self) -> Option<&str>
pub fn group_down_msg_num(&self) -> Option<&str>
pub fn group_send_msg_user_num(&self) -> Option<&str>
pub fn group_apns_msg_num(&self) -> Option<&str>
pub fn group_send_msg_group_num(&self) -> Option<&str>
pub fn group_join_group_times(&self) -> Option<&str>
pub fn group_quit_group_times(&self) -> Option<&str>
pub fn group_new_group_num(&self) -> Option<&str>
pub fn group_all_group_num(&self) -> Option<&str>
pub fn group_destroy_group_num(&self) -> Option<&str>
pub fn callback_req(&self) -> Option<&str>
pub fn callback_rsp(&self) -> Option<&str>
pub fn date(&self) -> Option<&str>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AppInfo
impl<'de> Deserialize<'de> for AppInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AppInfo
Auto Trait Implementations§
impl Freeze for AppInfo
impl RefUnwindSafe for AppInfo
impl Send for AppInfo
impl Sync for AppInfo
impl Unpin for AppInfo
impl UnwindSafe for AppInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more