pub struct CCAssetTelegramGroup {
pub url: String,
pub name: String,
pub username: String,
pub members: i32,
}
Fields§
§url: String
The URL of the Telegram group used to retrieve social metrics.
name: String
The name of the Telegram group.
username: String
The username of the Telegram group.
members: i32
The total number of users/members in this Telegram group.
Trait Implementations§
Source§impl Debug for CCAssetTelegramGroup
impl Debug for CCAssetTelegramGroup
Source§impl<'de> Deserialize<'de> for CCAssetTelegramGroup
impl<'de> Deserialize<'de> for CCAssetTelegramGroup
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
Auto Trait Implementations§
impl Freeze for CCAssetTelegramGroup
impl RefUnwindSafe for CCAssetTelegramGroup
impl Send for CCAssetTelegramGroup
impl Sync for CCAssetTelegramGroup
impl Unpin for CCAssetTelegramGroup
impl UnwindSafe for CCAssetTelegramGroup
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