pub struct NotifyForumTopic {
pub peer: Peer,
pub top_msg_id: i32,
}Expand description
Generated from the following TL definition:
notifyForumTopic#226e6308 peer:Peer top_msg_id:int = NotifyPeerFields§
§peer: Peer§top_msg_id: i32Trait Implementations§
Source§impl Clone for NotifyForumTopic
impl Clone for NotifyForumTopic
Source§fn clone(&self) -> NotifyForumTopic
fn clone(&self) -> NotifyForumTopic
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 NotifyForumTopic
impl Debug for NotifyForumTopic
Source§impl Deserializable for NotifyForumTopic
impl Deserializable for NotifyForumTopic
Source§impl From<NotifyForumTopic> for NotifyPeer
impl From<NotifyForumTopic> for NotifyPeer
Source§fn from(x: NotifyForumTopic) -> Self
fn from(x: NotifyForumTopic) -> Self
Converts to this type from the input type.
Source§impl Identifiable for NotifyForumTopic
impl Identifiable for NotifyForumTopic
Source§const CONSTRUCTOR_ID: u32 = 577659656
const CONSTRUCTOR_ID: u32 = 577659656
The unique identifier for the type.
Source§impl PartialEq for NotifyForumTopic
impl PartialEq for NotifyForumTopic
Source§impl Serializable for NotifyForumTopic
impl Serializable for NotifyForumTopic
Source§impl TryFrom<NotifyPeer> for NotifyForumTopic
impl TryFrom<NotifyPeer> for NotifyForumTopic
impl StructuralPartialEq for NotifyForumTopic
Auto Trait Implementations§
impl Freeze for NotifyForumTopic
impl RefUnwindSafe for NotifyForumTopic
impl Send for NotifyForumTopic
impl Sync for NotifyForumTopic
impl Unpin for NotifyForumTopic
impl UnsafeUnpin for NotifyForumTopic
impl UnwindSafe for NotifyForumTopic
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