pub struct LinkMentionMention {
pub description: Option<String>,
pub href: Option<String>,
pub icon_url: Option<String>,
pub iframe_url: Option<String>,
pub link_author: Option<String>,
pub padding: Option<u32>,
pub thumbnail_url: Option<String>,
pub title: String,
}
Fields§
§description: Option<String>
§href: Option<String>
§icon_url: Option<String>
§iframe_url: Option<String>
§padding: Option<u32>
§thumbnail_url: Option<String>
§title: String
Trait Implementations§
Source§impl Clone for LinkMentionMention
impl Clone for LinkMentionMention
Source§fn clone(&self) -> LinkMentionMention
fn clone(&self) -> LinkMentionMention
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 LinkMentionMention
impl Debug for LinkMentionMention
Source§impl<'de> Deserialize<'de> for LinkMentionMention
impl<'de> Deserialize<'de> for LinkMentionMention
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 LinkMentionMention
impl PartialEq for LinkMentionMention
Source§impl Serialize for LinkMentionMention
impl Serialize for LinkMentionMention
impl Eq for LinkMentionMention
impl StructuralPartialEq for LinkMentionMention
Auto Trait Implementations§
impl Freeze for LinkMentionMention
impl RefUnwindSafe for LinkMentionMention
impl Send for LinkMentionMention
impl Sync for LinkMentionMention
impl Unpin for LinkMentionMention
impl UnwindSafe for LinkMentionMention
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.