pub struct TextImage {
pub document_id: i64,
pub w: i32,
pub h: i32,
}Expand description
Generated from the following TL definition:
textImage#81ccf4f document_id:long w:int h:int = RichTextFields§
§document_id: i64§w: i32§h: i32Trait Implementations§
Source§impl Deserializable for TextImage
impl Deserializable for TextImage
Source§impl Identifiable for TextImage
impl Identifiable for TextImage
Source§const CONSTRUCTOR_ID: u32 = 136105807
const CONSTRUCTOR_ID: u32 = 136105807
The unique identifier for the type.
Source§impl Serializable for TextImage
impl Serializable for TextImage
impl StructuralPartialEq for TextImage
Auto Trait Implementations§
impl Freeze for TextImage
impl RefUnwindSafe for TextImage
impl Send for TextImage
impl Sync for TextImage
impl Unpin for TextImage
impl UnsafeUnpin for TextImage
impl UnwindSafe for TextImage
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