pub struct MessageSendParams { /* private fields */ }Expand description
Parameters for sending a private message.
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