pub struct TextMath {
pub source: String,
}Expand description
Fields§
§source: StringTrait Implementations§
Source§impl Deserializable for TextMath
impl Deserializable for TextMath
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for TextMath
impl Identifiable for TextMath
Source§const CONSTRUCTOR_ID: u32 = 0x9d2eac97
const CONSTRUCTOR_ID: u32 = 0x9d2eac97
The constructor ID as specified in the TL schema.
Source§impl Serializable for TextMath
impl Serializable for TextMath
impl StructuralPartialEq for TextMath
Auto Trait Implementations§
impl Freeze for TextMath
impl RefUnwindSafe for TextMath
impl Send for TextMath
impl Sync for TextMath
impl Unpin for TextMath
impl UnsafeUnpin for TextMath
impl UnwindSafe for TextMath
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