pub struct RichtextFlair { /* private fields */ }Expand description
If the API user has user flair in this subreddit, and its user_flair_type is richtext, this will be an array containing two string elements which define the user’s flair.
Trait Implementations§
Source§impl Debug for RichtextFlair
impl Debug for RichtextFlair
Source§impl<'de> Deserialize<'de> for RichtextFlair
impl<'de> Deserialize<'de> for RichtextFlair
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 RichtextFlair
impl RefUnwindSafe for RichtextFlair
impl Send for RichtextFlair
impl Sync for RichtextFlair
impl Unpin for RichtextFlair
impl UnwindSafe for RichtextFlair
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