pub struct UpdateEditEphemeralMessage {
pub message: EphemeralMessage,
}Expand description
Generated from:
updateEditEphemeralMessage#4bbb8f01 message:EphemeralMessage = UpdateFields§
§message: EphemeralMessageTrait Implementations§
Source§impl Clone for UpdateEditEphemeralMessage
impl Clone for UpdateEditEphemeralMessage
Source§fn clone(&self) -> UpdateEditEphemeralMessage
fn clone(&self) -> UpdateEditEphemeralMessage
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 UpdateEditEphemeralMessage
impl Debug for UpdateEditEphemeralMessage
Source§impl Deserializable for UpdateEditEphemeralMessage
impl Deserializable for UpdateEditEphemeralMessage
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<UpdateEditEphemeralMessage> for Update
impl From<UpdateEditEphemeralMessage> for Update
Source§fn from(x: UpdateEditEphemeralMessage) -> Self
fn from(x: UpdateEditEphemeralMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateEditEphemeralMessage
impl Identifiable for UpdateEditEphemeralMessage
Source§const CONSTRUCTOR_ID: u32 = 0x4bbb8f01
const CONSTRUCTOR_ID: u32 = 0x4bbb8f01
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for UpdateEditEphemeralMessage
Auto Trait Implementations§
impl Freeze for UpdateEditEphemeralMessage
impl RefUnwindSafe for UpdateEditEphemeralMessage
impl Send for UpdateEditEphemeralMessage
impl Sync for UpdateEditEphemeralMessage
impl Unpin for UpdateEditEphemeralMessage
impl UnsafeUnpin for UpdateEditEphemeralMessage
impl UnwindSafe for UpdateEditEphemeralMessage
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