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