pub struct ChannelMailboxSender<T> { /* private fields */ }Implementations§
Source§impl<T> ChannelMailboxSender<T>
impl<T> ChannelMailboxSender<T>
pub async fn send(&self, item: T) -> Result<(), ChannelMailboxSendError<T>>
pub fn force_send(&self, item: T) -> Result<(), ChannelMailboxSendError<T>>
pub fn stats(&self) -> ChannelMailboxStats
Trait Implementations§
Source§impl<T> Clone for ChannelMailboxSender<T>
impl<T> Clone for ChannelMailboxSender<T>
Source§impl<T> Drop for ChannelMailboxSender<T>
impl<T> Drop for ChannelMailboxSender<T>
Auto Trait Implementations§
impl<T> Freeze for ChannelMailboxSender<T>
impl<T> RefUnwindSafe for ChannelMailboxSender<T>
impl<T> Send for ChannelMailboxSender<T>where
T: Send,
impl<T> Sync for ChannelMailboxSender<T>where
T: Send,
impl<T> Unpin for ChannelMailboxSender<T>
impl<T> UnsafeUnpin for ChannelMailboxSender<T>
impl<T> UnwindSafe for ChannelMailboxSender<T>
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