pub struct MessageActionChannelCreate {
pub title: String,
}Expand description
Read messageActionChannelCreate docs.
Generated from the following TL definition:
messageActionChannelCreate#95d2ac92 title:string = MessageActionFields§
§title: StringTrait Implementations§
Source§impl Clone for MessageActionChannelCreate
impl Clone for MessageActionChannelCreate
Source§fn clone(&self) -> MessageActionChannelCreate
fn clone(&self) -> MessageActionChannelCreate
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 MessageActionChannelCreate
impl Debug for MessageActionChannelCreate
Source§impl From<MessageActionChannelCreate> for MessageAction
impl From<MessageActionChannelCreate> for MessageAction
Source§fn from(x: MessageActionChannelCreate) -> Self
fn from(x: MessageActionChannelCreate) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionChannelCreate
impl Identifiable for MessageActionChannelCreate
Source§const CONSTRUCTOR_ID: u32 = 2513611922
const CONSTRUCTOR_ID: u32 = 2513611922
The unique identifier for the type.
impl StructuralPartialEq for MessageActionChannelCreate
Auto Trait Implementations§
impl Freeze for MessageActionChannelCreate
impl RefUnwindSafe for MessageActionChannelCreate
impl Send for MessageActionChannelCreate
impl Sync for MessageActionChannelCreate
impl Unpin for MessageActionChannelCreate
impl UnsafeUnpin for MessageActionChannelCreate
impl UnwindSafe for MessageActionChannelCreate
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