Lines Matching refs:value
28 fmt::Display::fmt(&self.value, f) in fmt()
33 pub value: CacheErrorValue, field
39 value: CacheErrorValue::DemuxerError(error), in from()
47 value: CacheErrorValue::H264Error(error), in from()
55 value: CacheErrorValue::MpegAacError(error), in from()
63 value: CacheErrorValue::MpegAvcError(error), in from()
71 value: CacheErrorValue::BytesReadError(error), in from()
79 value: CacheErrorValue::PackError(error), in from()
86 self.value.cause() in cause()
90 self.value.backtrace() in backtrace()
105 pub value: MetadataErrorValue, field
111 value: MetadataErrorValue::Amf0WriteError(error), in from()
118 self.value.cause() in cause()
122 self.value.backtrace() in backtrace()
128 fmt::Display::fmt(&self.value, f) in fmt()