Struct AppInfo

Source
pub struct AppInfo { /* private fields */ }

Implementations§

Source§

impl AppInfo

Source

pub fn new() -> Self

Source

pub fn set_app_name<S: AsRef<str>>(&mut self, app_name: Option<S>) -> &mut Self

Source

pub fn set_app_id<S: AsRef<str>>(&mut self, app_id: Option<S>) -> &mut Self

Source

pub fn set_company<S: AsRef<str>>(&mut self, company: Option<S>) -> &mut Self

Source

pub fn set_active_user_num<S: AsRef<str>>( &mut self, active_user_num: Option<S>, ) -> &mut Self

Source

pub fn set_regist_user_num_one_day<S: AsRef<str>>( &mut self, regist_user_num_one_day: Option<S>, ) -> &mut Self

Source

pub fn set_regist_user_num_total<S: AsRef<str>>( &mut self, regist_user_num_total: Option<S>, ) -> &mut Self

Source

pub fn set_login_times<S: AsRef<str>>( &mut self, login_times: Option<S>, ) -> &mut Self

Source

pub fn set_login_user_num<S: AsRef<str>>( &mut self, login_user_num: Option<S>, ) -> &mut Self

Source

pub fn set_up_msg_num<S: AsRef<str>>( &mut self, up_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_send_msg_user_num<S: AsRef<str>>( &mut self, send_msg_user_num: Option<S>, ) -> &mut Self

Source

pub fn set_apns_msg_num<S: AsRef<str>>( &mut self, apns_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_c2c_up_msg_num<S: AsRef<str>>( &mut self, c2c_up_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_c2c_down_msg_num<S: AsRef<str>>( &mut self, c2c_down_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_c2c_send_msg_user_num<S: AsRef<str>>( &mut self, c2c_send_msg_user_num: Option<S>, ) -> &mut Self

Source

pub fn set_c2c_apns_msg_num<S: AsRef<str>>( &mut self, c2c_apns_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_max_online_num<S: AsRef<str>>( &mut self, max_online_num: Option<S>, ) -> &mut Self

Source

pub fn set_down_msg_num<S: AsRef<str>>( &mut self, down_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_chain_increase<S: AsRef<str>>( &mut self, chain_increase: Option<S>, ) -> &mut Self

Source

pub fn set_chain_decrease<S: AsRef<str>>( &mut self, chain_decrease: Option<S>, ) -> &mut Self

Source

pub fn set_group_up_msg_num<S: AsRef<str>>( &mut self, group_up_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_down_msg_num<S: AsRef<str>>( &mut self, group_down_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_send_msg_user_num<S: AsRef<str>>( &mut self, group_send_msg_user_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_apns_msg_num<S: AsRef<str>>( &mut self, group_apns_msg_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_send_msg_group_num<S: AsRef<str>>( &mut self, group_send_msg_group_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_join_group_times<S: AsRef<str>>( &mut self, group_join_group_times: Option<S>, ) -> &mut Self

Source

pub fn set_group_quit_group_times<S: AsRef<str>>( &mut self, group_quit_group_times: Option<S>, ) -> &mut Self

Source

pub fn set_group_new_group_num<S: AsRef<str>>( &mut self, group_new_group_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_all_group_num<S: AsRef<str>>( &mut self, group_all_group_num: Option<S>, ) -> &mut Self

Source

pub fn set_group_destroy_group_num<S: AsRef<str>>( &mut self, group_destroy_group_num: Option<S>, ) -> &mut Self

Source

pub fn set_callback_req<S: AsRef<str>>( &mut self, callback_req: Option<S>, ) -> &mut Self

Source

pub fn set_callback_rsp<S: AsRef<str>>( &mut self, callback_rsp: Option<S>, ) -> &mut Self

Source

pub fn set_date<S: AsRef<str>>(&mut self, date: Option<S>) -> &mut Self

Source

pub fn app_name(&self) -> Option<&str>

Source

pub fn app_id(&self) -> Option<&str>

Source

pub fn company(&self) -> Option<&str>

Source

pub fn active_user_num(&self) -> Option<&str>

Source

pub fn regist_user_num_one_day(&self) -> Option<&str>

Source

pub fn regist_user_num_total(&self) -> Option<&str>

Source

pub fn login_times(&self) -> Option<&str>

Source

pub fn login_user_num(&self) -> Option<&str>

Source

pub fn up_msg_num(&self) -> Option<&str>

Source

pub fn send_msg_user_num(&self) -> Option<&str>

Source

pub fn apns_msg_num(&self) -> Option<&str>

Source

pub fn c2c_up_msg_num(&self) -> Option<&str>

Source

pub fn c2c_down_msg_num(&self) -> Option<&str>

Source

pub fn c2c_send_msg_user_num(&self) -> Option<&str>

Source

pub fn c2c_apns_msg_num(&self) -> Option<&str>

Source

pub fn max_online_num(&self) -> Option<&str>

Source

pub fn down_msg_num(&self) -> Option<&str>

Source

pub fn chain_increase(&self) -> Option<&str>

Source

pub fn chain_decrease(&self) -> Option<&str>

Source

pub fn group_up_msg_num(&self) -> Option<&str>

Source

pub fn group_down_msg_num(&self) -> Option<&str>

Source

pub fn group_send_msg_user_num(&self) -> Option<&str>

Source

pub fn group_apns_msg_num(&self) -> Option<&str>

Source

pub fn group_send_msg_group_num(&self) -> Option<&str>

Source

pub fn group_join_group_times(&self) -> Option<&str>

Source

pub fn group_quit_group_times(&self) -> Option<&str>

Source

pub fn group_new_group_num(&self) -> Option<&str>

Source

pub fn group_all_group_num(&self) -> Option<&str>

Source

pub fn group_destroy_group_num(&self) -> Option<&str>

Source

pub fn callback_req(&self) -> Option<&str>

Source

pub fn callback_rsp(&self) -> Option<&str>

Source

pub fn date(&self) -> Option<&str>

Trait Implementations§

Source§

impl Debug for AppInfo

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for AppInfo

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for AppInfo

Source§

fn eq(&self, other: &AppInfo) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for AppInfo

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for AppInfo

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> TencentRequest for T

Source§

impl<T> TencentResponse for T