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