Struct rust_tdlib::types::RichTextBold  
source · [−]pub struct RichTextBold { /* private fields */ }Expand description
A bold rich text
Implementations
Trait Implementations
sourceimpl AsRef<RichTextBold> for RichTextBold
 
impl AsRef<RichTextBold> for RichTextBold
sourcefn as_ref(&self) -> &RichTextBold
 
fn as_ref(&self) -> &RichTextBold
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RichTextBold
 
impl Clone for RichTextBold
sourcefn clone(&self) -> RichTextBold
 
fn clone(&self) -> RichTextBold
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 RichTextBold
 
impl Debug for RichTextBold
sourceimpl Default for RichTextBold
 
impl Default for RichTextBold
sourcefn default() -> RichTextBold
 
fn default() -> RichTextBold
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RichTextBold
 
impl<'de> Deserialize<'de> for RichTextBold
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 RichTextBold
 
impl Serialize for RichTextBold
impl TDRichText for RichTextBold
Auto Trait Implementations
impl RefUnwindSafe for RichTextBold
impl Send for RichTextBold
impl Sync for RichTextBold
impl Unpin for RichTextBold
impl UnwindSafe for RichTextBold
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