pub struct TextEntityTypeBold { /* private fields */ }
Expand description
A bold text
Implementations§
Trait Implementations§
Source§impl AsRef<TextEntityTypeBold> for TextEntityTypeBold
impl AsRef<TextEntityTypeBold> for TextEntityTypeBold
Source§fn as_ref(&self) -> &TextEntityTypeBold
fn as_ref(&self) -> &TextEntityTypeBold
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TextEntityTypeBold
impl Clone for TextEntityTypeBold
Source§fn clone(&self) -> TextEntityTypeBold
fn clone(&self) -> TextEntityTypeBold
Returns a copy 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 TextEntityTypeBold
impl Debug for TextEntityTypeBold
Source§impl Default for TextEntityTypeBold
impl Default for TextEntityTypeBold
Source§fn default() -> TextEntityTypeBold
fn default() -> TextEntityTypeBold
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextEntityTypeBold
impl<'de> Deserialize<'de> for TextEntityTypeBold
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 Serialize for TextEntityTypeBold
impl Serialize for TextEntityTypeBold
impl TDTextEntityType for TextEntityTypeBold
Auto Trait Implementations§
impl Freeze for TextEntityTypeBold
impl RefUnwindSafe for TextEntityTypeBold
impl Send for TextEntityTypeBold
impl Sync for TextEntityTypeBold
impl Unpin for TextEntityTypeBold
impl UnwindSafe for TextEntityTypeBold
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