pub struct SkeletonTrendData {
pub category: Option<String>,
pub dids: Vec<Did>,
pub display_name: String,
pub link: String,
pub post_count: i64,
pub started_at: Datetime,
pub status: Option<String>,
pub topic: String,
}
Available on crate feature
namespace-appbsky
only.Fields§
§category: Option<String>
§dids: Vec<Did>
§display_name: String
§link: String
§post_count: i64
§started_at: Datetime
§status: Option<String>
§topic: String
Trait Implementations§
Source§impl Clone for SkeletonTrendData
impl Clone for SkeletonTrendData
Source§fn clone(&self) -> SkeletonTrendData
fn clone(&self) -> SkeletonTrendData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SkeletonTrendData
impl Debug for SkeletonTrendData
Source§impl<'de> Deserialize<'de> for SkeletonTrendData
impl<'de> Deserialize<'de> for SkeletonTrendData
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
Source§impl PartialEq for SkeletonTrendData
impl PartialEq for SkeletonTrendData
Source§impl Serialize for SkeletonTrendData
impl Serialize for SkeletonTrendData
impl Eq for SkeletonTrendData
impl StructuralPartialEq for SkeletonTrendData
Auto Trait Implementations§
impl Freeze for SkeletonTrendData
impl RefUnwindSafe for SkeletonTrendData
impl Send for SkeletonTrendData
impl Sync for SkeletonTrendData
impl Unpin for SkeletonTrendData
impl UnwindSafe for SkeletonTrendData
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.