Enum heph_inbox::oneshot::RecvError [−][src]
pub enum RecvError { NoValue, Disconnected, }
Expand description
Error returned by Receiver::try_recv
.
Variants
No value is available, but the sender is still connected.
Sender is disconnected and no value is available.
Trait Implementations
impl Eq for RecvError
[src]
impl StructuralEq for RecvError
[src]
impl StructuralPartialEq for RecvError
[src]
Auto Trait Implementations
impl RefUnwindSafe for RecvError
impl Send for RecvError
impl Sync for RecvError
impl Unpin for RecvError
impl UnwindSafe for RecvError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more