Struct rust_tdlib::types::TextEntityTypeUnderline
source · [−]pub struct TextEntityTypeUnderline { /* private fields */ }
Expand description
An underlined text
Implementations
Trait Implementations
sourceimpl AsRef<TextEntityTypeUnderline> for TextEntityTypeUnderline
impl AsRef<TextEntityTypeUnderline> for TextEntityTypeUnderline
sourcefn as_ref(&self) -> &TextEntityTypeUnderline
fn as_ref(&self) -> &TextEntityTypeUnderline
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for TextEntityTypeUnderline
impl Clone for TextEntityTypeUnderline
sourcefn clone(&self) -> TextEntityTypeUnderline
fn clone(&self) -> TextEntityTypeUnderline
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TextEntityTypeUnderline
impl Debug for TextEntityTypeUnderline
sourceimpl Default for TextEntityTypeUnderline
impl Default for TextEntityTypeUnderline
sourcefn default() -> TextEntityTypeUnderline
fn default() -> TextEntityTypeUnderline
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TextEntityTypeUnderline
impl<'de> Deserialize<'de> for TextEntityTypeUnderline
sourcefn 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
sourceimpl Serialize for TextEntityTypeUnderline
impl Serialize for TextEntityTypeUnderline
impl TDTextEntityType for TextEntityTypeUnderline
Auto Trait Implementations
impl RefUnwindSafe for TextEntityTypeUnderline
impl Send for TextEntityTypeUnderline
impl Sync for TextEntityTypeUnderline
impl Unpin for TextEntityTypeUnderline
impl UnwindSafe for TextEntityTypeUnderline
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more