pub struct UpdateDeleteEphemeralMessages {
pub peer: Peer,
pub ids: Vec<i32>,
}Expand description
Generated from:
updateDeleteEphemeralMessages#56dbfcf8 peer:Peer ids:Vector<int> = UpdateFields§
§peer: Peer§ids: Vec<i32>Trait Implementations§
Source§impl Clone for UpdateDeleteEphemeralMessages
impl Clone for UpdateDeleteEphemeralMessages
Source§fn clone(&self) -> UpdateDeleteEphemeralMessages
fn clone(&self) -> UpdateDeleteEphemeralMessages
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 Deserializable for UpdateDeleteEphemeralMessages
impl Deserializable for UpdateDeleteEphemeralMessages
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<UpdateDeleteEphemeralMessages> for Update
impl From<UpdateDeleteEphemeralMessages> for Update
Source§fn from(x: UpdateDeleteEphemeralMessages) -> Self
fn from(x: UpdateDeleteEphemeralMessages) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateDeleteEphemeralMessages
impl Identifiable for UpdateDeleteEphemeralMessages
Source§const CONSTRUCTOR_ID: u32 = 0x56dbfcf8
const CONSTRUCTOR_ID: u32 = 0x56dbfcf8
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for UpdateDeleteEphemeralMessages
Auto Trait Implementations§
impl Freeze for UpdateDeleteEphemeralMessages
impl RefUnwindSafe for UpdateDeleteEphemeralMessages
impl Send for UpdateDeleteEphemeralMessages
impl Sync for UpdateDeleteEphemeralMessages
impl Unpin for UpdateDeleteEphemeralMessages
impl UnsafeUnpin for UpdateDeleteEphemeralMessages
impl UnwindSafe for UpdateDeleteEphemeralMessages
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