pub struct TrendingDetail {
pub identifier: Option<String>,
pub entity_type: TrendingEntryType,
pub news: Option<TrendingEntryNews>,
pub support: Option<TrendingEntrySupportArticle>,
pub destiny_item: Option<TrendingEntryDestinyItem>,
pub destiny_activity: Option<TrendingEntryDestinyActivity>,
pub destiny_ritual: Option<TrendingEntryDestinyRitual>,
pub creation: Option<TrendingEntryCommunityCreation>,
}Fields§
§identifier: Option<String>§entity_type: TrendingEntryType§news: Option<TrendingEntryNews>§support: Option<TrendingEntrySupportArticle>§destiny_item: Option<TrendingEntryDestinyItem>§destiny_activity: Option<TrendingEntryDestinyActivity>§destiny_ritual: Option<TrendingEntryDestinyRitual>§creation: Option<TrendingEntryCommunityCreation>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TrendingDetail
impl<'de> Deserialize<'de> for TrendingDetail
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 TrendingDetail
impl RefUnwindSafe for TrendingDetail
impl Send for TrendingDetail
impl Sync for TrendingDetail
impl Unpin for TrendingDetail
impl UnwindSafe for TrendingDetail
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