pub struct MessageTopicThread {
pub message_thread_id: i64,
}Expand description
A topic in a non-forum supergroup chat
Fields§
§message_thread_id: i64Unique identifier of the message thread
Trait Implementations§
Source§impl Clone for MessageTopicThread
impl Clone for MessageTopicThread
Source§fn clone(&self) -> MessageTopicThread
fn clone(&self) -> MessageTopicThread
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 MessageTopicThread
impl Debug for MessageTopicThread
Source§impl Default for MessageTopicThread
impl Default for MessageTopicThread
Source§fn default() -> MessageTopicThread
fn default() -> MessageTopicThread
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageTopicThread
impl<'de> Deserialize<'de> for MessageTopicThread
Source§fn 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
Source§impl PartialEq for MessageTopicThread
impl PartialEq for MessageTopicThread
Source§impl Serialize for MessageTopicThread
impl Serialize for MessageTopicThread
impl StructuralPartialEq for MessageTopicThread
Auto Trait Implementations§
impl Freeze for MessageTopicThread
impl RefUnwindSafe for MessageTopicThread
impl Send for MessageTopicThread
impl Sync for MessageTopicThread
impl Unpin for MessageTopicThread
impl UnsafeUnpin for MessageTopicThread
impl UnwindSafe for MessageTopicThread
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