pub struct ChatThemesNotModified {}Expand description
Generated from:
account.chatThemesNotModified#e011e1c4 = account.ChatThemesTrait Implementations§
Source§impl Clone for ChatThemesNotModified
impl Clone for ChatThemesNotModified
Source§fn clone(&self) -> ChatThemesNotModified
fn clone(&self) -> ChatThemesNotModified
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChatThemesNotModified
impl Debug for ChatThemesNotModified
Source§impl Deserializable for ChatThemesNotModified
impl Deserializable for ChatThemesNotModified
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 From<ChatThemesNotModified> for ChatThemes
impl From<ChatThemesNotModified> for ChatThemes
Source§fn from(_x: ChatThemesNotModified) -> Self
fn from(_x: ChatThemesNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChatThemesNotModified
impl Identifiable for ChatThemesNotModified
Source§const CONSTRUCTOR_ID: u32 = 0xe011e1c4
const CONSTRUCTOR_ID: u32 = 0xe011e1c4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChatThemesNotModified
impl PartialEq for ChatThemesNotModified
Source§impl Serializable for ChatThemesNotModified
impl Serializable for ChatThemesNotModified
impl StructuralPartialEq for ChatThemesNotModified
Auto Trait Implementations§
impl Freeze for ChatThemesNotModified
impl RefUnwindSafe for ChatThemesNotModified
impl Send for ChatThemesNotModified
impl Sync for ChatThemesNotModified
impl Unpin for ChatThemesNotModified
impl UnsafeUnpin for ChatThemesNotModified
impl UnwindSafe for ChatThemesNotModified
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