Struct rust_tdlib::types::UpdateChatActionBar
source · [−]pub struct UpdateChatActionBar { /* private fields */ }Expand description
The chat action bar was changed
Implementations
Trait Implementations
sourceimpl AsRef<UpdateChatActionBar> for UpdateChatActionBar
impl AsRef<UpdateChatActionBar> for UpdateChatActionBar
sourcefn as_ref(&self) -> &UpdateChatActionBar
fn as_ref(&self) -> &UpdateChatActionBar
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateChatActionBar
impl Clone for UpdateChatActionBar
sourcefn clone(&self) -> UpdateChatActionBar
fn clone(&self) -> UpdateChatActionBar
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 UpdateChatActionBar
impl Debug for UpdateChatActionBar
sourceimpl Default for UpdateChatActionBar
impl Default for UpdateChatActionBar
sourcefn default() -> UpdateChatActionBar
fn default() -> UpdateChatActionBar
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateChatActionBar
impl<'de> Deserialize<'de> for UpdateChatActionBar
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 UpdateChatActionBar
impl Serialize for UpdateChatActionBar
impl TDUpdate for UpdateChatActionBar
Auto Trait Implementations
impl RefUnwindSafe for UpdateChatActionBar
impl Send for UpdateChatActionBar
impl Sync for UpdateChatActionBar
impl Unpin for UpdateChatActionBar
impl UnwindSafe for UpdateChatActionBar
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