pub enum TryReceiveResult {
Received,
TryAgain,
FlushCompleted,
}Variants§
Auto Trait Implementations§
impl Freeze for TryReceiveResult
impl RefUnwindSafe for TryReceiveResult
impl Send for TryReceiveResult
impl Sync for TryReceiveResult
impl Unpin for TryReceiveResult
impl UnwindSafe for TryReceiveResult
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