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