Struct rtmp::cache::errors::CacheError
source · pub struct CacheError {
pub value: CacheErrorValue,
}
Fields§
§value: CacheErrorValue
Trait Implementations§
source§impl Debug for CacheError
impl Debug for CacheError
source§impl Display for CacheError
impl Display for CacheError
source§impl Fail for CacheError
impl Fail for CacheError
source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moresource§impl From<BytesReadError> for CacheError
impl From<BytesReadError> for CacheError
source§fn from(error: BytesReadError) -> Self
fn from(error: BytesReadError) -> Self
Converts to this type from the input type.
source§impl From<CacheError> for SessionError
impl From<CacheError> for SessionError
source§fn from(error: CacheError) -> Self
fn from(error: CacheError) -> Self
Converts to this type from the input type.
source§impl From<FlvDemuxerError> for CacheError
impl From<FlvDemuxerError> for CacheError
source§fn from(error: FlvDemuxerError) -> Self
fn from(error: FlvDemuxerError) -> Self
Converts to this type from the input type.
source§impl From<H264Error> for CacheError
impl From<H264Error> for CacheError
source§impl From<Mpeg4AvcHevcError> for CacheError
impl From<Mpeg4AvcHevcError> for CacheError
source§fn from(error: Mpeg4AvcHevcError) -> Self
fn from(error: Mpeg4AvcHevcError) -> Self
Converts to this type from the input type.
source§impl From<MpegAacError> for CacheError
impl From<MpegAacError> for CacheError
source§fn from(error: MpegAacError) -> Self
fn from(error: MpegAacError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CacheError
impl !RefUnwindSafe for CacheError
impl Send for CacheError
impl Sync for CacheError
impl Unpin for CacheError
impl !UnwindSafe for CacheError
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