pub struct MessageSendParams { /* private fields */ }Expand description
发送私信的参数。
Implementations§
Auto Trait Implementations§
impl Freeze for MessageSendParams
impl RefUnwindSafe for MessageSendParams
impl Send for MessageSendParams
impl Sync for MessageSendParams
impl Unpin for MessageSendParams
impl UnsafeUnpin for MessageSendParams
impl UnwindSafe for MessageSendParams
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