pub struct MessageApi { /* private fields */ }
Expand description
Message API for sending messages
Implementations§
Auto Trait Implementations§
impl Freeze for MessageApi
impl !RefUnwindSafe for MessageApi
impl Send for MessageApi
impl Sync for MessageApi
impl Unpin for MessageApi
impl !UnwindSafe for MessageApi
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