pub struct MetadataError {
pub value: MetadataErrorValue,
}
Fields§
§value: MetadataErrorValue
Trait Implementations§
Source§impl Debug for MetadataError
impl Debug for MetadataError
Source§impl Display for MetadataError
impl Display for MetadataError
Source§impl Fail for MetadataError
impl Fail for MetadataError
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<Amf0WriteError> for MetadataError
impl From<Amf0WriteError> for MetadataError
Source§fn from(error: Amf0WriteError) -> Self
fn from(error: Amf0WriteError) -> Self
Converts to this type from the input type.
Source§impl From<MetadataError> for RtmpRemuxerError
impl From<MetadataError> for RtmpRemuxerError
Source§fn from(error: MetadataError) -> Self
fn from(error: MetadataError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MetadataError
impl !RefUnwindSafe for MetadataError
impl Send for MetadataError
impl Sync for MetadataError
impl Unpin for MetadataError
impl !UnwindSafe for MetadataError
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