pub struct SetChatTheme {
pub peer: InputPeer,
pub theme: InputChatTheme,
}Expand description
Generated from:
messages.setChatTheme#81202c9 peer:InputPeer theme:InputChatTheme = UpdatesFields§
§peer: InputPeer§theme: InputChatThemeTrait Implementations§
Source§impl Clone for SetChatTheme
impl Clone for SetChatTheme
Source§fn clone(&self) -> SetChatTheme
fn clone(&self) -> SetChatTheme
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 SetChatTheme
impl Debug for SetChatTheme
Source§impl Identifiable for SetChatTheme
impl Identifiable for SetChatTheme
Source§const CONSTRUCTOR_ID: u32 = 0x081202c9
const CONSTRUCTOR_ID: u32 = 0x081202c9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetChatTheme
impl PartialEq for SetChatTheme
Source§impl RemoteCall for SetChatTheme
impl RemoteCall for SetChatTheme
Source§impl Serializable for SetChatTheme
impl Serializable for SetChatTheme
impl StructuralPartialEq for SetChatTheme
Auto Trait Implementations§
impl Freeze for SetChatTheme
impl RefUnwindSafe for SetChatTheme
impl Send for SetChatTheme
impl Sync for SetChatTheme
impl Unpin for SetChatTheme
impl UnsafeUnpin for SetChatTheme
impl UnwindSafe for SetChatTheme
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