pub struct HlsError {
pub value: HlsErrorValue,
}Fields§
§value: HlsErrorValueTrait Implementations§
Source§impl From<FlvDemuxerError> for HlsError
impl From<FlvDemuxerError> for HlsError
Source§fn from(error: FlvDemuxerError) -> Self
fn from(error: FlvDemuxerError) -> Self
Converts to this type from the input type.
Source§impl From<MediaError> for HlsError
impl From<MediaError> for HlsError
Source§fn from(error: MediaError) -> Self
fn from(error: MediaError) -> Self
Converts to this type from the input type.
Source§impl From<RecvError> for HlsError
impl From<RecvError> for HlsError
Source§fn from(error: OneshotRecvError) -> Self
fn from(error: OneshotRecvError) -> Self
Converts to this type from the input type.
Source§impl From<StreamHubError> for HlsError
impl From<StreamHubError> for HlsError
Source§fn from(error: StreamHubError) -> Self
fn from(error: StreamHubError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HlsError
impl !RefUnwindSafe for HlsError
impl Send for HlsError
impl Sync for HlsError
impl Unpin for HlsError
impl !UnwindSafe for HlsError
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