Struct rust_tdlib::types::ChatStatisticsChannel [−][src]
pub struct ChatStatisticsChannel { /* fields omitted */ }
Expand description
A detailed statistics about a channel chat
Implementations
impl ChatStatisticsChannel
[src]
impl ChatStatisticsChannel
[src]pub fn from_json<S: AsRef<str>>(json: S) -> RTDResult<Self>
[src]
pub fn builder() -> RTDChatStatisticsChannelBuilder
[src]
pub fn period(&self) -> &DateRange
[src]
pub fn member_count(&self) -> &StatisticalValue
[src]
pub fn mean_view_count(&self) -> &StatisticalValue
[src]
pub fn mean_share_count(&self) -> &StatisticalValue
[src]
pub fn enabled_notifications_percentage(&self) -> f32
[src]
pub fn member_count_graph(&self) -> &StatisticalGraph
[src]
pub fn join_graph(&self) -> &StatisticalGraph
[src]
pub fn mute_graph(&self) -> &StatisticalGraph
[src]
pub fn view_count_by_hour_graph(&self) -> &StatisticalGraph
[src]
pub fn view_count_by_source_graph(&self) -> &StatisticalGraph
[src]
pub fn join_by_source_graph(&self) -> &StatisticalGraph
[src]
pub fn language_graph(&self) -> &StatisticalGraph
[src]
pub fn message_interaction_graph(&self) -> &StatisticalGraph
[src]
pub fn instant_view_interaction_graph(&self) -> &StatisticalGraph
[src]
pub fn recent_message_interactions(
&self
) -> &Vec<ChatStatisticsMessageInteractionInfo>
[src]
&self
) -> &Vec<ChatStatisticsMessageInteractionInfo>
Trait Implementations
impl AsRef<ChatStatisticsChannel> for ChatStatisticsChannel
[src]
impl AsRef<ChatStatisticsChannel> for ChatStatisticsChannel
[src]fn as_ref(&self) -> &ChatStatisticsChannel
[src]
fn as_ref(&self) -> &ChatStatisticsChannel
[src]Performs the conversion.
impl Clone for ChatStatisticsChannel
[src]
impl Clone for ChatStatisticsChannel
[src]fn clone(&self) -> ChatStatisticsChannel
[src]
fn clone(&self) -> ChatStatisticsChannel
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for ChatStatisticsChannel
[src]
impl Debug for ChatStatisticsChannel
[src]impl Default for ChatStatisticsChannel
[src]
impl Default for ChatStatisticsChannel
[src]fn default() -> ChatStatisticsChannel
[src]
fn default() -> ChatStatisticsChannel
[src]Returns the “default value” for a type. Read more
impl<'de> Deserialize<'de> for ChatStatisticsChannel
[src]
impl<'de> Deserialize<'de> for ChatStatisticsChannel
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
impl Serialize for ChatStatisticsChannel
[src]
impl Serialize for ChatStatisticsChannel
[src]impl TDChatStatistics for ChatStatisticsChannel
[src]
Auto Trait Implementations
impl RefUnwindSafe for ChatStatisticsChannel
impl Send for ChatStatisticsChannel
impl Sync for ChatStatisticsChannel
impl Unpin for ChatStatisticsChannel
impl UnwindSafe for ChatStatisticsChannel
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,