pub struct MessageActionTopicEdit {
pub title: Option<String>,
pub icon_emoji_id: Option<i64>,
pub closed: Option<bool>,
pub hidden: Option<bool>,
}Expand description
Read messageActionTopicEdit docs.
Generated from the following TL definition:
messageActionTopicEdit#c0944820 flags:# title:flags.0?string icon_emoji_id:flags.1?long closed:flags.2?Bool hidden:flags.3?Bool = MessageActionFields§
§title: Option<String>§icon_emoji_id: Option<i64>§closed: Option<bool>Trait Implementations§
Source§impl Clone for MessageActionTopicEdit
impl Clone for MessageActionTopicEdit
Source§fn clone(&self) -> MessageActionTopicEdit
fn clone(&self) -> MessageActionTopicEdit
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 MessageActionTopicEdit
impl Debug for MessageActionTopicEdit
Source§impl From<MessageActionTopicEdit> for MessageAction
impl From<MessageActionTopicEdit> for MessageAction
Source§fn from(x: MessageActionTopicEdit) -> Self
fn from(x: MessageActionTopicEdit) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionTopicEdit
impl Identifiable for MessageActionTopicEdit
Source§const CONSTRUCTOR_ID: u32 = 3230943264
const CONSTRUCTOR_ID: u32 = 3230943264
The unique identifier for the type.
Source§impl PartialEq for MessageActionTopicEdit
impl PartialEq for MessageActionTopicEdit
impl StructuralPartialEq for MessageActionTopicEdit
Auto Trait Implementations§
impl Freeze for MessageActionTopicEdit
impl RefUnwindSafe for MessageActionTopicEdit
impl Send for MessageActionTopicEdit
impl Sync for MessageActionTopicEdit
impl Unpin for MessageActionTopicEdit
impl UnsafeUnpin for MessageActionTopicEdit
impl UnwindSafe for MessageActionTopicEdit
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