pub struct MessageActionChannelCreate {
pub title: String,
}Expand description
Generated from:
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 Deserializable for MessageActionChannelCreate
impl Deserializable for MessageActionChannelCreate
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x95d2ac92
const CONSTRUCTOR_ID: u32 = 0x95d2ac92
The constructor ID as specified in the TL schema.
Source§impl TryFrom<MessageAction> for MessageActionChannelCreate
impl TryFrom<MessageAction> for MessageActionChannelCreate
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
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