Struct naia_socket_shared::ChannelClosedError
source · pub struct ChannelClosedError<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl<T: Debug> Debug for ChannelClosedError<T>
impl<T: Debug> Debug for ChannelClosedError<T>
source§impl<T> Display for ChannelClosedError<T>
impl<T> Display for ChannelClosedError<T>
source§impl<T: Debug> Error for ChannelClosedError<T>
impl<T: Debug> Error for ChannelClosedError<T>
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl<T: PartialEq> PartialEq<ChannelClosedError<T>> for ChannelClosedError<T>
impl<T: PartialEq> PartialEq<ChannelClosedError<T>> for ChannelClosedError<T>
source§fn eq(&self, other: &ChannelClosedError<T>) -> bool
fn eq(&self, other: &ChannelClosedError<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.