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