pub struct InputVideoError { /* private fields */ }Implementations§
Source§impl InputVideoError
impl InputVideoError
pub fn kind(&self) -> &InputVideoErrorKind
Trait Implementations§
Source§impl Debug for InputVideoError
impl Debug for InputVideoError
Source§impl Display for InputVideoError
impl Display for InputVideoError
Source§impl Fail for InputVideoError
impl Fail for InputVideoError
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<Context<InputVideoErrorKind>> for InputVideoError
impl From<Context<InputVideoErrorKind>> for InputVideoError
Source§fn from(inner: Context<InputVideoErrorKind>) -> InputVideoError
fn from(inner: Context<InputVideoErrorKind>) -> InputVideoError
Converts to this type from the input type.
Source§impl From<InputVideoErrorKind> for InputVideoError
impl From<InputVideoErrorKind> for InputVideoError
Source§fn from(kind: InputVideoErrorKind) -> InputVideoError
fn from(kind: InputVideoErrorKind) -> InputVideoError
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for InputVideoError
impl !RefUnwindSafe for InputVideoError
impl Send for InputVideoError
impl Sync for InputVideoError
impl Unpin for InputVideoError
impl !UnwindSafe for InputVideoError
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