pub struct InputReplyToEphemeralMessage {
pub id: i32,
}Expand description
Generated from:
inputReplyToEphemeralMessage#4119b95e id:int = InputReplyToFields§
§id: i32Trait Implementations§
Source§impl Clone for InputReplyToEphemeralMessage
impl Clone for InputReplyToEphemeralMessage
Source§fn clone(&self) -> InputReplyToEphemeralMessage
fn clone(&self) -> InputReplyToEphemeralMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputReplyToEphemeralMessage
impl Debug for InputReplyToEphemeralMessage
Source§impl Deserializable for InputReplyToEphemeralMessage
impl Deserializable for InputReplyToEphemeralMessage
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<InputReplyToEphemeralMessage> for InputReplyTo
impl From<InputReplyToEphemeralMessage> for InputReplyTo
Source§fn from(x: InputReplyToEphemeralMessage) -> Self
fn from(x: InputReplyToEphemeralMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputReplyToEphemeralMessage
impl Identifiable for InputReplyToEphemeralMessage
Source§const CONSTRUCTOR_ID: u32 = 0x4119b95e
const CONSTRUCTOR_ID: u32 = 0x4119b95e
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for InputReplyToEphemeralMessage
Source§impl TryFrom<InputReplyTo> for InputReplyToEphemeralMessage
impl TryFrom<InputReplyTo> for InputReplyToEphemeralMessage
Source§type Error = InputReplyTo
type Error = InputReplyTo
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for InputReplyToEphemeralMessage
impl RefUnwindSafe for InputReplyToEphemeralMessage
impl Send for InputReplyToEphemeralMessage
impl Sync for InputReplyToEphemeralMessage
impl Unpin for InputReplyToEphemeralMessage
impl UnsafeUnpin for InputReplyToEphemeralMessage
impl UnwindSafe for InputReplyToEphemeralMessage
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