pub struct TextFixed {
pub text: RichText,
}Expand description
Generated from the following TL definition:
textFixed#6c3f19b9 text:RichText = RichTextFields§
§text: RichTextTrait Implementations§
Source§impl Deserializable for TextFixed
impl Deserializable for TextFixed
Source§impl Identifiable for TextFixed
impl Identifiable for TextFixed
Source§const CONSTRUCTOR_ID: u32 = 1816074681
const CONSTRUCTOR_ID: u32 = 1816074681
The unique identifier for the type.
Source§impl Serializable for TextFixed
impl Serializable for TextFixed
impl StructuralPartialEq for TextFixed
Auto Trait Implementations§
impl Freeze for TextFixed
impl RefUnwindSafe for TextFixed
impl Send for TextFixed
impl Sync for TextFixed
impl Unpin for TextFixed
impl UnsafeUnpin for TextFixed
impl UnwindSafe for TextFixed
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