Enum distant_net::client::MailboxTryNextError  
source · pub enum MailboxTryNextError {
    Empty,
    Closed,
}Expand description
Error encountered when invoking [try_recv] for [MailboxReceiver].
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for MailboxTryNextError
impl Send for MailboxTryNextError
impl Sync for MailboxTryNextError
impl Unpin for MailboxTryNextError
impl UnwindSafe for MailboxTryNextError
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