Struct egg_mode::error::MediaError [−][src]
Expand description
Represents an error that can occur during media processing.
Fields
code: i32A numeric error code assigned to the error.
name: StringA short name given to the error.
message: StringThe full text of the error message.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MediaErrorimpl Send for MediaErrorimpl Sync for MediaErrorimpl Unpin for MediaErrorimpl UnwindSafe for MediaErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V