pub struct DeleteMessage {
pub chat_id: ChatId,
pub message_id: MessageId,
/* private fields */
}Expand description
Fields§
§chat_id: ChatId§message_id: MessageIdImplementations§
Source§impl DeleteMessage
impl DeleteMessage
Trait Implementations§
Source§impl Clone for DeleteMessage
impl Clone for DeleteMessage
Source§fn clone(&self) -> DeleteMessage
fn clone(&self) -> DeleteMessage
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 DeleteMessage
impl Debug for DeleteMessage
Source§impl IntoFuture for DeleteMessage
impl IntoFuture for DeleteMessage
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteMessage as IntoFuture>::Output> + Sync + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteMessage as IntoFuture>::Output> + Sync + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Source§impl Request for DeleteMessage
impl Request for DeleteMessage
Auto Trait Implementations§
impl Freeze for DeleteMessage
impl !RefUnwindSafe for DeleteMessage
impl Send for DeleteMessage
impl Sync for DeleteMessage
impl Unpin for DeleteMessage
impl !UnwindSafe for DeleteMessage
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