pub struct DescriptionEntity {
pub urls: Option<Vec<UrlDetail>>,
pub hashtags: Option<Vec<Hashtag>>,
pub mentions: Option<Vec<Mention>>,
pub cashtags: Option<Vec<Cashtag>>,
}
Fields§
§urls: Option<Vec<UrlDetail>>
§mentions: Option<Vec<Mention>>
Trait Implementations§
Source§impl Debug for DescriptionEntity
impl Debug for DescriptionEntity
Source§impl<'de> Deserialize<'de> for DescriptionEntity
impl<'de> Deserialize<'de> for DescriptionEntity
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 DescriptionEntity
impl RefUnwindSafe for DescriptionEntity
impl Send for DescriptionEntity
impl Sync for DescriptionEntity
impl Unpin for DescriptionEntity
impl UnwindSafe for DescriptionEntity
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