Lines Matching refs:value
14 pub value: SessionErrorValue, field
46 value: SessionErrorValue::BytesIOError(error), in from()
54 value: SessionErrorValue::BytesReadError(error), in from()
62 value: SessionErrorValue::BytesWriteError(error), in from()
70 value: SessionErrorValue::Utf8Error(error), in from()
78 value: SessionErrorValue::PackerError(error), in from()
86 value: SessionErrorValue::UnPackerError(error), in from()
94 value: SessionErrorValue::ChannelError(error), in from()
102 value: SessionErrorValue::RecvError(error), in from()
109 fmt::Display::fmt(&self.value, f) in fmt()
115 self.value.cause() in cause()
119 self.value.backtrace() in backtrace()