Struct rust_tdlib::types::UpdateChatTheme
source · [−]pub struct UpdateChatTheme { /* private fields */ }
Expand description
The chat theme was changed
Implementations
Trait Implementations
sourceimpl AsRef<UpdateChatTheme> for UpdateChatTheme
impl AsRef<UpdateChatTheme> for UpdateChatTheme
sourcefn as_ref(&self) -> &UpdateChatTheme
fn as_ref(&self) -> &UpdateChatTheme
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateChatTheme
impl Clone for UpdateChatTheme
sourcefn clone(&self) -> UpdateChatTheme
fn clone(&self) -> UpdateChatTheme
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for UpdateChatTheme
impl Debug for UpdateChatTheme
sourceimpl Default for UpdateChatTheme
impl Default for UpdateChatTheme
sourcefn default() -> UpdateChatTheme
fn default() -> UpdateChatTheme
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateChatTheme
impl<'de> Deserialize<'de> for UpdateChatTheme
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for UpdateChatTheme
impl Serialize for UpdateChatTheme
impl TDUpdate for UpdateChatTheme
Auto Trait Implementations
impl RefUnwindSafe for UpdateChatTheme
impl Send for UpdateChatTheme
impl Sync for UpdateChatTheme
impl Unpin for UpdateChatTheme
impl UnwindSafe for UpdateChatTheme
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more