pub struct TextEntityTypeCashtag { /* private fields */ }Expand description
A cashtag text, beginning with “$” and consisting of capital English letters (e.g., “$USD”)
Implementations§
Trait Implementations§
Source§impl AsRef<TextEntityTypeCashtag> for TextEntityTypeCashtag
impl AsRef<TextEntityTypeCashtag> for TextEntityTypeCashtag
Source§fn as_ref(&self) -> &TextEntityTypeCashtag
fn as_ref(&self) -> &TextEntityTypeCashtag
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TextEntityTypeCashtag
impl Clone for TextEntityTypeCashtag
Source§fn clone(&self) -> TextEntityTypeCashtag
fn clone(&self) -> TextEntityTypeCashtag
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 TextEntityTypeCashtag
impl Debug for TextEntityTypeCashtag
Source§impl Default for TextEntityTypeCashtag
impl Default for TextEntityTypeCashtag
Source§fn default() -> TextEntityTypeCashtag
fn default() -> TextEntityTypeCashtag
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextEntityTypeCashtag
impl<'de> Deserialize<'de> for TextEntityTypeCashtag
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 RObject for TextEntityTypeCashtag
impl RObject for TextEntityTypeCashtag
Source§impl Serialize for TextEntityTypeCashtag
impl Serialize for TextEntityTypeCashtag
impl TDTextEntityType for TextEntityTypeCashtag
Auto Trait Implementations§
impl Freeze for TextEntityTypeCashtag
impl RefUnwindSafe for TextEntityTypeCashtag
impl Send for TextEntityTypeCashtag
impl Sync for TextEntityTypeCashtag
impl Unpin for TextEntityTypeCashtag
impl UnwindSafe for TextEntityTypeCashtag
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