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