Struct libawr::client::message_receipt::MessageReceipt
source · pub struct MessageReceipt { /* private fields */ }
Expand description
消息回执,可以用于撤回消息。
Implementations§
Trait Implementations§
source§impl Clone for MessageReceipt
impl Clone for MessageReceipt
source§fn clone(&self) -> MessageReceipt
fn clone(&self) -> MessageReceipt
Returns a copy 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 more