Struct rust_tdlib::types::GetChatStatistics
source · [−]pub struct GetChatStatistics { /* private fields */ }
Expand description
Returns detailed statistics about a chat. Currently, this method can be used only for supergroups and channels. Can be used only if supergroupFullInfo.can_get_statistics == true
Implementations
Trait Implementations
sourceimpl AsRef<GetChatStatistics> for GetChatStatistics
impl AsRef<GetChatStatistics> for GetChatStatistics
sourcefn as_ref(&self) -> &GetChatStatistics
fn as_ref(&self) -> &GetChatStatistics
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetChatStatistics
impl Clone for GetChatStatistics
sourcefn clone(&self) -> GetChatStatistics
fn clone(&self) -> GetChatStatistics
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetChatStatistics
impl Debug for GetChatStatistics
sourceimpl Default for GetChatStatistics
impl Default for GetChatStatistics
sourcefn default() -> GetChatStatistics
fn default() -> GetChatStatistics
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetChatStatistics
impl<'de> Deserialize<'de> for GetChatStatistics
sourcefn 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
sourceimpl Serialize for GetChatStatistics
impl Serialize for GetChatStatistics
impl TDChatStatistics for GetChatStatistics
Auto Trait Implementations
impl RefUnwindSafe for GetChatStatistics
impl Send for GetChatStatistics
impl Sync for GetChatStatistics
impl Unpin for GetChatStatistics
impl UnwindSafe for GetChatStatistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more