pub struct CCAssetTelegram {
pub unit: String,
pub timestamp: i64,
pub type_: String,
pub asset_id: i32,
pub asset_symbol: String,
pub total_members: i32,
pub telegram_groups: Vec<CCAssetTelegramGroup>,
}
Expand description
Asset: Historical Telegram
Fields§
§unit: String
§timestamp: i64
§type_: String
§asset_id: i32
§asset_symbol: String
§total_members: i32
§telegram_groups: Vec<CCAssetTelegramGroup>
Trait Implementations§
source§impl Debug for CCAssetTelegram
impl Debug for CCAssetTelegram
source§impl<'de> Deserialize<'de> for CCAssetTelegram
impl<'de> Deserialize<'de> for CCAssetTelegram
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 CCAssetTelegram
impl RefUnwindSafe for CCAssetTelegram
impl Send for CCAssetTelegram
impl Sync for CCAssetTelegram
impl Unpin for CCAssetTelegram
impl UnwindSafe for CCAssetTelegram
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