pub struct ChatTheme {
pub emoticon: String,
}Expand description
Fields§
§emoticon: StringTrait Implementations§
Source§impl Deserializable for ChatTheme
impl Deserializable for ChatTheme
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 ChatTheme
impl Identifiable for ChatTheme
Source§const CONSTRUCTOR_ID: u32 = 0xc3dffc04
const CONSTRUCTOR_ID: u32 = 0xc3dffc04
The constructor ID as specified in the TL schema.
Source§impl Serializable for ChatTheme
impl Serializable for ChatTheme
impl StructuralPartialEq for ChatTheme
Auto Trait Implementations§
impl Freeze for ChatTheme
impl RefUnwindSafe for ChatTheme
impl Send for ChatTheme
impl Sync for ChatTheme
impl Unpin for ChatTheme
impl UnsafeUnpin for ChatTheme
impl UnwindSafe for ChatTheme
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