Struct crossbeam::channel::TrySelectError [−][src]
pub struct TrySelectError;
An error returned from the try_select
method.
Failed because none of the channel operations were ready.
Trait Implementations
impl Clone for TrySelectError
[src]
impl Clone for TrySelectError
[src]pub fn clone(&self) -> TrySelectError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TrySelectError
[src]
impl Debug for TrySelectError
[src]impl Display for TrySelectError
[src]
impl Display for TrySelectError
[src]impl Error for TrySelectError
[src]
impl Error for TrySelectError
[src]impl PartialEq<TrySelectError> for TrySelectError
[src]
impl PartialEq<TrySelectError> for TrySelectError
[src]